.about__head {
  display: flex;
  align-items: center;
  flex-direction: column;
  max-width: 100rem;
  margin: 9rem auto 6rem; }
  @media (max-width: 1023px) {
    .about__head {
      margin-top: 30px;
      margin-bottom: 30px; } }
  .about__head .page-header-section {
    text-align: center;
    margin-bottom: 5rem; }
    @media (max-width: 1023px) {
      .about__head .page-header-section {
        margin-bottom: 26px; } }
  .about__head-desc {
    text-align: center;
    margin-bottom: 4rem; }
    @media (max-width: 1023px) {
      .about__head-desc {
        margin-bottom: 30px; } }
    @media (max-width: 575px) {
      .about__head-desc {
        text-align: left; } }
    .about__head-desc p {
      font-weight: 600;
      margin-bottom: 2rem; }
      @media (max-width: 1023px) {
        .about__head-desc p {
          margin-bottom: 16px; } }
  .about__head-grid {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    text-align: center;
    gap: 2rem;
    align-self: stretch; }
    @media (max-width: 1023px) {
      .about__head-grid {
        gap: 20px; } }
  .about__head-card {
    display: flex;
    flex-direction: column; }
    .about__head-card span {
      color: #00A19B;
      margin-bottom: .4rem; }

.about__cards-grid {
  background: linear-gradient(90deg, #156864 0%, #2EADA7 100%);
  border: 0.8rem solid #00A19B;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 4rem;
  padding: 3.2rem 6rem;
  border-radius: 2rem; }
  @media (max-width: 1023px) {
    .about__cards-grid {
      grid-template-columns: 1fr 1fr;
      gap: 18px;
      border-width: 4px;
      border-radius: 10px;
      padding: 16px 10px; } }
  @media (max-width: 575px) {
    .about__cards-grid {
      grid-template-columns: 100%;
      gap: 24px; } }

.about__principles-grid {
  grid-template-columns: 1fr 1fr 1fr;
  display: grid;
  gap: 6rem; }
  @media (max-width: 1023px) {
    .about__principles-grid {
      grid-template-columns: 100%;
      gap: 24px; } }

.about__review {
  background: linear-gradient(0deg, #F8F8F8 0%, rgba(248, 248, 248, 0) 100%); }
  .about__review--fully {
    background: #F8F8F8;
    padding-top: 9rem; }
    @media (max-width: 1023px) {
      .about__review--fully {
        padding-top: 30px; } }
    .about__review--fully .about__review-link {
      grid-template-rows: auto; }
    .about__review--fully .about__link:first-child {
      border-bottom: none; }
  .about__review-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 2.4rem; }
    @media (max-width: 1023px) {
      .about__review-grid {
        grid-template-columns: 1fr 1fr;
        gap: 24px; } }
    @media (max-width: 767px) {
      .about__review-grid {
        grid-template-columns: 100%;
        grid-template-rows: auto; } }
    .about__review-grid .review-card {
      height: 100%; }
      .about__review-grid .review-card__inner {
        height: 100%;
        display: flex;
        flex-direction: column; }
      .about__review-grid .review-card__body {
        flex-grow: 1; }
  @media (max-width: 1023px) {
    .about__review-item:nth-child(n+4) {
      display: none; } }
  .about__review-link {
    grid-row: span 2;
    padding: 1rem 4rem;
    border-radius: 1rem;
    border: 1px solid #A5A5A5;
    box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.13);
    display: grid;
    grid-template-rows: 1fr 1fr; }
    @media (max-width: 1023px) {
      .about__review-link {
        order: -1; } }
    @media (max-width: 767px) {
      .about__review-link {
        padding: 0 14px; } }

.about__link {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; }
  @media (max-width: 767px) {
    .about__link {
      padding: 24px 0; } }
  .about__link-img {
    margin-bottom: 1.6rem; }
    @media (max-width: 1023px) {
      .about__link-img {
        margin-bottom: 14px;
        max-width: 220px; } }
  .about__link-rate {
    display: flex;
    align-items: center;
    gap: 1.2rem;
    margin-bottom: 2.4rem; }
    @media (max-width: 1023px) {
      .about__link-rate {
        margin-bottom: 14px;
        gap: 12px; } }
  .about__link-stars {
    display: flex;
    align-items: center;
    gap: 1.2rem; }
    @media (max-width: 1023px) {
      .about__link-stars {
        gap: 6px; } }
  .about__link-star {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem; }
    @media (max-width: 1023px) {
      .about__link-star {
        width: 18px;
        height: 18px; } }
    .about__link-star img {
      object-fit: contain;
      width: 100%;
      height: 100%; }
  .about__link-link {
    text-align: center; }
  .about__link:first-child {
    border-bottom: 1px solid #A5A5A5; }
  .about__link .link--v1 {
    text-decoration: underline;
    color: #6F7682; }
    @media (min-width: 1024px) {
      .about__link .link--v1 {
        cursor: pointer; }
        .about__link .link--v1:hover {
          color: #A5A5A5; } }
    .about__link .link--v1:active {
      color: #353535; }

.about__brands {
  background-color: #F8F8F8; }
  @media (max-width: 1023px) {
    .about__brands {
      padding-bottom: 40px; }
      .about__brands .brand-slider {
        margin-bottom: 0; }
        .about__brands .brand-slider .splide__pagination {
          bottom: -32px; } }

.about__client {
  background-color: #F8F8F8; }
  .about__client-slider {
    padding-bottom: 4rem; }
    @media (max-width: 1023px) {
      .about__client-slider {
        padding-bottom: 40px; } }

.about__thanks {
  background: #F8F8F8; }
  .about__thanks-slider {
    padding-bottom: 4rem; }
    .about__thanks-slider .splide__track {
      padding: 1.6rem; }
    @media (min-width: 1024px) {
      .about__thanks-slider .splide__arrows {
        transform: translateY(-50%); } }
  .about__thanks-slide {
    box-shadow: 0px 1px 13px 0px rgba(0, 0, 0, 0.15);
    position: relative;
    padding-bottom: 147%; }
    @media (min-width: 1024px) {
      .about__thanks-slide {
        cursor: pointer; } }
    .about__thanks-slide .lazy-img-wrap {
      position: absolute;
      inset: 0; }
      .about__thanks-slide .lazy-img-wrap img {
        width: 100%;
        height: 100%;
        object-fit: cover; }

.about__comment-section {
  background: linear-gradient(180deg, #F8F8F8 0%, rgba(248, 248, 248, 0) 100%);
  padding-bottom: 4rem;
  margin-bottom: 6rem; }
  @media (max-width: 1023px) {
    .about__comment-section {
      padding-bottom: 0;
      margin-bottom: 0; } }

@media (max-width: 575px) {
  .about__card {
    display: grid;
    grid-template-columns: 56px auto;
    gap: 0 10px; } }

.about__card-img {
  margin-bottom: .4rem; }
  @media (max-width: 1023px) {
    .about__card-img {
      margin-bottom: 4px; } }
  @media (max-width: 575px) {
    .about__card-img {
      grid-row: span 2; } }
  .about__card-img .lazy-img-wrap {
    width: 5.6rem;
    height: 5.6rem; }
    @media (max-width: 1023px) {
      .about__card-img .lazy-img-wrap {
        width: 56px;
        height: 56px; } }
    .about__card-img .lazy-img-wrap img {
      width: 100%;
      height: 100%;
      object-fit: contain; }

.about__card-title {
  margin-bottom: .4rem;
  font-weight: 500;
  color: #ffffff; }
  @media (max-width: 1023px) {
    .about__card-title {
      margin-bottom: 0; } }

.about__card-desc {
  color: #D8D8D8; }

.about__card--v2 .about__card-img {
  margin-bottom: 2.6rem; }
  @media (max-width: 1023px) {
    .about__card--v2 .about__card-img {
      margin-bottom: 14px; } }
  .about__card--v2 .about__card-img .lazy-img-wrap {
    width: 10.4rem;
    height: 10.4rem; }
    @media (max-width: 1023px) {
      .about__card--v2 .about__card-img .lazy-img-wrap {
        width: 56px;
        height: 56px; } }

.about__card--v2 .about__card-title {
  color: #353535;
  margin-bottom: 1.6rem; }
  @media (max-width: 1023px) {
    .about__card--v2 .about__card-title {
      margin-bottom: 10px; } }

.about__card--v2 .about__card-desc {
  color: #6F7682; }
