.why-chelsea-pearl {
  padding: 80px 20px;
  text-align: center;
}

.why-chelsea-pearl .why-header {
  font-family: 'Inter', sans-serif;
  font-weight: 900;
  font-size: 56px;
  line-height: 100%;
  color: #252C32;
  margin-bottom: 60px;
}

.why-chelsea-pearl .why-content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto;
}

.why-chelsea-pearl .why-image {
  border-radius: 24px;
  overflow: hidden;
  position: relative;
  aspect-ratio: 677/650;
  width: 100%;
  max-width: 677px;
}

.why-chelsea-pearl .why-image img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  object-fit: cover;
}

.why-chelsea-pearl .why-items {
  flex: 1 1 400px;
  display: flex;
  flex-direction: column;
  gap: 30px;
  text-align: left;
}

.why-chelsea-pearl .why-item {
	display: flex;
	align-items: center;
	gap: 20px;
}

.why-chelsea-pearl .why-icon {
  width: 48px;
  height: 48px;
  flex-shrink: 0;
}

.why-chelsea-pearl .why-item-header {
  font-family: 'Inter', sans-serif;
  font-weight: 900;
  font-size: var(--font-size-body-xl, 20px);
  line-height: var(--line-height-body-xl, 1.2);
  color: #6B7280;
  margin: 0;
}
@media screen and (max-width: 599px){
    .why-chelsea-pearl .why-item-header {
    	max-width: 220px;
    	margin: 0 auto;
    }
}
.why-chelsea-pearl .why-item-text {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: var(--font-size-body-s, 14px);
  line-height: var(--line-height-body-s, 1.5);
  color: #6B7280;
  margin: 4px 0 0;
}
.icon-container{
  width:70px;
  height:70px;
  display:flex;
  justify-content:center;
  align-items:center;
  border-radius:50%;
  background-color:#E5E7EB;
}

@media screen and (max-width: 979px) {
  .why-chelsea-pearl .why-content {
    flex-direction: column;
  }
  .why-chelsea-pearl .why-items {
    text-align: center;
    align-items: center;
  }
  .why-chelsea-pearl .why-items {
    flex-direction: row;
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
  }
  .why-chelsea-pearl .why-item {
    justify-content: center;
    flex-direction: column !important;
    max-width: 250px;
  }
}
