.why-book-look {
  padding: 64px 0;
  background-color: #F0F8F8;
}

.why-book-look__title {
  margin: 0 0 16px;
  font-family: HarlowDuoSerifPlain, serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  color: var(--Primary-teal);
  text-align: center;
  letter-spacing: 1.08px;
}

.why-book-look__subtitle {
  max-width: 671px;
  margin: 0 auto;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 162%;
  color: var(--Neutral-0);
  text-align: center;
}

.why-book-look__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 64px;
  padding: 0;
  margin: 24px 0 0;
  list-style: none;
}

.why-book-look__item {
  padding: 12px 16px;
}

.why-book-look__item-image-wrapper {
  width: 55px;
  height: 55px;
  margin: 0 auto 8px;
}

.why-book-look__item-image-wrapper picture,
.why-book-look__item-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.why-book-look__item-title {
  margin: 0 0 6px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  color: var(--Neutral-0);
  text-align: center;
}

.why-book-look__item-desc {
  margin: 0;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  color: var(--Neutral-0);
  text-align: center;
}

@media screen and (max-width:1360px) {
  .why-book-look__title {
    font-size: clamp(28px, 22.4px + 1vw, 36px);
  }

  .why-book-look__subtitle {
    max-width: clamp(315px, 65.8px + 44.5vw, 671px);
    font-size: clamp(12px, 9.2px + 0.5vw, 16px);
  }


  .why-book-look__list {
    gap: clamp(20px, -10.8px + 5.5vw, 64px);
  }
}

@media screen and (max-width:560px) {
  .why-book-look__title {
    margin: 0 0 8px;
    font-size: 28px;
  }

  .why-book-look__subtitle {
    max-width: 315px;
    font-size: 12px;
  }


  .why-book-look__list {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .why-book-look__item-image-wrapper {
    width: 64px;
    height: 64px;
  }
}
