/* =============== about-the-look-section start =============== */

.about-the-look-section {
  padding: 70px 0 50px;
  background: var(--Neutral-350);
}

.about-the-look-section .container {
  max-width: 1096px;
}

.about-the-look-title {
  margin: 0 0 4px;
  font-family: HarlowDuoSerifPlain, sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 50.4px */
  color: var(--Primary-teal, #216F6D);
  text-align: center;
}

.about-the-look-subtitle {
  margin: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
  color: var(--Neutral-100);
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.96px;
}

.about-the-look-content {
  display: flex;
  gap: 24px;
  margin-top: 24px;
}

.about-the-look-content-image-wrapper {
  flex-grow: 0;
  flex-shrink: 0;
}

.about-the-look-content-image {
  width: 160px;
  height: 160px;
  object-fit: cover;
  object-position: center;
  border-radius: 50%;
}

.about-the-look-content-text-wrapper {
  max-width: 850px;
  padding-top: 28px;
}

.about-the-look-content-text {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  line-height: 162%; /* 25.92px */
  color: var(--Neutral-50);
}

.about-the-look-content-text p {
  margin: 0;
}

.about-the-look-content-name-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: end;
  max-width: 1034px;
  margin-top: -30px;
}

.about-the-look-content-name {
  display: block;
  width: 90px;
  height: auto;
  margin: 0 105px 0 auto;
  object-fit: contain;
}

.about-the-look-content-position {
  margin: 0;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  font-variant: small-caps;
  line-height: 150%; /* 19.5px */
  color: var(--Neutral-100);
  text-align: end;
}

@media screen and (max-width: 850px) {
  .about-the-look-section {
    padding: 46px 0 32px;
  }

  .about-the-look-title {
    font-size: 28px;
    line-height: 140%;
  }

  .about-the-look-subtitle {
    font-size: 14px;
    line-height: 150%;
  }

  .about-the-look-content {
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
    margin-top: 16px;
  }

  .about-the-look-content-image {
    width: clamp(80px, -135.6522px + 34.7826vw, 160px);
    height: clamp(80px, -135.6522px + 34.7826vw, 160px);
  }

  .about-the-look-content-name-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 1034px;
    margin-top: 4px;
  }

  .about-the-look-content-text-wrapper {
    padding-top: initial;
  }

  .about-the-look-content-text {
    font-size: 14px;
    line-height: 162%;
    text-align: center;
  }

  .about-the-look-content-name {
    display: block;
    width: 90px;
    height: auto;
    margin: 0 auto;
  }

  .about-the-look-content-position {
    text-align: center;
  }

}

/* =============== about-the-look-section end =============== */
