.benefits__header {
  border-bottom: 1px solid var(--color-white-80);
}

.benefits__header h2 {
  color: var(--color-black-100);
  white-space: nowrap;
  font-family: Manrope;
  font-style: normal;
  font-weight: 800;
}

.benefits__header .title_S {
  color: var(--color-black-70);
  font-family: Roboto;
  font-style: normal;
  font-weight: 400;
  line-height: 135%;
}

.benefits__items .card {
  background: var(--color-white-90);
  border-radius: 16px;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
}

.benefits__items .card .title_L {
  color: var(--color-black-100);
  font-weight: 700;
  line-height: 120%;
  font-style: normal;
}

.benefits__items .card .subtitle {
  color: #8F8F8F;
  font-family: Roboto;
  font-style: normal;
  line-height: 120%;
}

.benefits__items .card img {
  position: absolute;
  width: auto;
  -o-object-fit: cover;
  object-fit: cover;
  bottom: 0;
  right: 0;
  margin: 0 auto;
}

@media (min-width: 1401px) {
  .benefits__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 168px;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }

  .benefits__header h2 {
    font-size: 46px;
    line-height: 48px;
  }

  .benefits__header .title_S {
    font-size: 16px;
  }

  .benefits__items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 28px;
  }

  .benefits__items .card {
    border: 10px solid var(--color-white-100);
    padding: 22px 15px;
    height: 528px;
    gap: 20px;
  }

  .benefits__items .card .title_L {
    font-size: 28px;
    letter-spacing: -0.28px;
  }

  .benefits__items .card .subtitle {
    font-size: 14px;
    font-weight: 500;
  }
}

@media (max-width: 833px) {
  .benefits__header {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 20px;
    padding-bottom: 12px;
  }

  .benefits__header h2 {
    font-size: 22px;
    line-height: 120%;
  }

  .benefits__header .title_S {
    font-size: 12px;
  }

  .benefits__items {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }

  .benefits__items .card {
    border: 10px solid var(--color-white-100);
    padding: 12px;
    height: 380px;
    gap: 12px;
  }

  .benefits__items .card .title_L {
    font-size: 20px;
    letter-spacing: -0.2px;
  }

  .benefits__items .card .subtitle {
    font-size: 12px;
    font-weight: 500;
  }

  .benefits__items .card img {
    bottom: -15px;
  }

  .benefits__items .card img:nth-child(3n+1) {
    margin-bottom: -40px;
  }
}

@media (min-width: 834px) and (max-width: 1400px) {
  .benefits__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
    margin-top: 32px;
    margin-bottom: 32px;
    padding-bottom: 12px;
  }

  .benefits__header h2 {
    font-size: 24px;
    line-height: 120%;
  }

  .benefits__header .title_S {
    font-size: 12px;
  }

  .benefits__items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 12px;
  }

  .benefits__items .card {
    border: 8px solid var(--color-white-100);
    padding: 12px;
    height: 310px;
    gap: 12px;
  }

  .benefits__items .card .title_L {
    font-size: 16px;
    letter-spacing: -0.16px;
  }

  .benefits__items .card .subtitle {
    font-size: 10px;
    font-weight: 700;
  }

  .benefits__items .card img {
    max-width: 85%;
    margin-bottom: -25px;
  }

  .benefits__items .card img:nth-child(3n+1) {
    max-width: 80%;
    margin-bottom: -30px;
  }
}
/*# sourceMappingURL=benefits.css.map */
