.title-1, .title-2, .title-3, .title-4, .title-5 {
  text-transform: uppercase;
  color: #1f2a36;
}

.title-2, .title-3, .title-4, .title-5 {
  letter-spacing: 0.03em;
}

.title-1, .title-1 * {
  font-weight: 700;
  font-size: 40px;
}
@media screen and (max-width: 767px) {
  .title-1, .title-1 * {
    font-weight: 600;
    font-size: 24px;
    letter-spacing: 0.03em;
  }
}

.title-2, .title-2 * {
  font-weight: 600;
  font-size: 30px;
}
@media screen and (max-width: 767px) {
  .title-2, .title-2 * {
    font-size: 18px;
  }
}

.title-3, .title-3 * {
  font-weight: 600;
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  .title-3, .title-3 * {
    font-size: 16px;
  }
}

.title-4, .title-4 * {
  font-weight: 600;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .title-4, .title-4 * {
    font-size: 16px;
  }
}

.title-5, .title-5 * {
  font-weight: 600;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .title-5, .title-5 * {
    font-size: 16px;
  }
}

.description-1, .description-1 * {
  font-weight: 500;
  color: #1f2a36;
}

.body-1, .body-1 * {
  font-size: 16px;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  .body-1, .body-1 * {
    font-size: 16px;
  }
}

.quote-big, .quote-big * {
  font-family: Lora;
  font-size: 32px;
  font-style: italic;
}
@media screen and (max-width: 767px) {
  .quote-big, .quote-big * {
    font-size: 16px;
  }
}

.quote-1, .quote-1 * {
  font-family: Lora;
  font-size: 28px;
  font-style: italic;
}
@media screen and (max-width: 767px) {
  .quote-1, .quote-1 * {
    font-size: 16px;
  }
}

.quote-2, .quote-2 * {
  font-family: Lora;
  font-style: italic;
  font-weight: 400;
  font-size: 22px;
}
@media screen and (max-width: 767px) {
  .quote-2, .quote-2 * {
    font-size: 16px;
  }
}

.quote-3, .quote-3 * {
  font-family: Lora;
  font-style: italic;
  font-weight: bold;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .quote-3, .quote-3 * {
    font-size: 16px;
  }
}

.quote-4, .quote-4 * {
  font-family: Lora;
  font-style: italic;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .quote-4, .quote-4 * {
    font-size: 16px;
    line-height: 150%;
  }
}

.button-text, .default-link, .button-text *, .default-link * {
  font-weight: 500;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .button-text, .default-link, .button-text *, .default-link * {
    font-size: 16px;
  }
}

.customer-choice {
  margin-bottom: 100px;
}
.customer-choice-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(3, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}
.customer-choice-container div:nth-child(2) {
  grid-area: 2/1/3/2;
}
.customer-choice-container div:nth-child(3) {
  grid-area: 2/2/3/3;
}
.customer-choice-container div:nth-child(4) {
  grid-area: 1/3/3/5;
}
.customer-choice-container div:nth-child(4) img {
  height: 100%;
  object-fit: cover;
}
.customer-choice-container div:nth-child(5) {
  grid-area: 3/2/4/3;
}
.customer-choice-container div:nth-child(5) img {
  height: 100%;
  object-fit: cover;
}
.customer-choice-container div:nth-child(6) {
  grid-area: 3/3/4/4;
}
.customer-choice__title {
  grid-area: 1/1/2/3;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1329px) {
  .customer-choice-container {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto auto;
  }
  .customer-choice-container__title {
    grid-area: 1/1/2/3;
  }
  .customer-choice-container div:nth-child(2) {
    grid-area: 2/1/3/2;
  }
  .customer-choice-container div:nth-child(3) {
    grid-area: 2/2/3/3;
  }
  .customer-choice-container div:nth-child(4) {
    grid-area: 4/1/6/3;
  }
  .customer-choice-container div:nth-child(5) {
    grid-area: 3/1/4/2;
  }
  .customer-choice-container div:nth-child(6) {
    grid-area: 3/2/4/3;
  }
}
@media screen and (max-width: 767px) {
  .customer-choice {
    margin-bottom: 56px;
  }
  .customer-choice-container {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }
  .customer-choice-container__title {
    grid-area: 1/1/2/3;
  }
  .customer-choice-container div:nth-child(2) {
    grid-area: 2/1/3/3;
  }
  .customer-choice-container div:nth-child(3) {
    grid-area: 3/1/4/3;
  }
  .customer-choice-container div:nth-child(4) {
    grid-area: 6/1/7/3;
  }
  .customer-choice-container div:nth-child(4) img {
    aspect-ratio: 2/1;
  }
  .customer-choice-container div:nth-child(5) {
    display: none;
  }
  .customer-choice-container div:nth-child(6) {
    grid-area: 4/1/5/3;
    margin-bottom: -8px;
  }
  .customer-choice-container .image-card-item {
    height: 100%;
  }
}