.main {
  background-image: url('/wp-content/themes/another-site/assets/images/new_icons/girls_bg_1920.webp');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: start;
}
.section__about-us {
    padding: 70px 0;
}
.container {
}
.about-us {
    display: flex;
    flex-direction: column;
    row-gap: 70px;
}
.about-us__item {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}
.about-us__title-inner {
}
.about-us__title {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 62px;
    color: var(--text-h);
    line-height: 135%;
}
.about-us__description-inner {
}
.about-us__description {
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 162%;
    color: var(--txt);
    margin-bottom: 20px;
}
.about-us__list {
    display: flex;
    flex-wrap: wrap;
    column-gap: 30px;
    row-gap: 20px;
    padding-left: 20px;
}
.about-us__list-item-inner {
}
.about-us__list-item {
    row-gap: 10px;
    padding: 20px 30px;
}
.about-us__list-item-main {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}
.about-us__icon-inner {
}
.about-us__icon {
}
.about-us__list-item-name-inner {
}
.about-us__list-item-name {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0.2em;
    text-transform: none;
    color: var(--text-h);
    line-height: 100%;
    flex: 0 0 100%;
}
.about-us__text-inner {
}
.about-us__text {
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 162%;
    color: var(--txt);
    max-height: 130px;
    overflow: auto;
}

.item__ver-one {
    width: 33%;
    max-width: 410px;
}

.item__ver-two {
    width: 49%;
    max-width: 630px;
}

.item__ver-three {
    width: 49%;
    max-width: 630px;
}

.about-us__list-item-inner {
    margin: 0;
}


@media (max-width:1320px) {
    .main {
      background-image: url('/wp-content/themes/another-site/assets/images/new_icons/girls_bg_1024-768.webp');
    }
    .section__about-us {
        padding: 50px 20px 70px 20px;
    }
    .item__ver-one {
        max-width: 314px;
    }
    .item__ver-two {
        max-width: 481px;
    }
    .item__ver-three {
        max-width: 100%;
        width: 100%;
    }
    .about-us__list {
        gap: 20px;
        justify-content: center;
    }
    .about-us__text {
        max-height: 156px;
    }
}

@media (max-width: 1023px) {
    .about-us {
        row-gap: 50px;
    }
    .about-us__description {
        margin-bottom: 10px;
    }
    .item__ver-one {
        width: 30vw;
    }
    .item__ver-two {
        width: 46vw;
    }
    .about-us__list-item {
        padding: 20px;
    }
    .about-us__title {
        font-size: 54px;
    }
}


@media (max-width:980px) {
    .section__about-us {
        padding: 30px 20px 50px 20px;
    }   
    .about-us__list-item-inner {
        width: 100%;
        max-width: 100%;
    }
    .about-us__list-item {
        padding: 30px;
        position: relative;
    }
    .about-us__icon-inner {
        position: absolute;
        top: 20px;
        right: 20px;
    }
    .about-us__list-item-name {
        margin-top: 17px;
    }
    .about-us__list-item {
        row-gap: 27px;
    }

}


@media (max-width:680px) {
    .main {
      background-image: url('/wp-content/themes/another-site/assets/images/new_icons/girl_bg_320.webp');
    }
    .section__about-us {
        padding: 20px 15px 40px 15px;
    }
    .about-us__list {
        gap: 10px;
    }
    .about-us__item {
        row-gap: 15px;
    }
    .about-us__title {
        font-size: 28px;
    }
    .about-us__description {
        font-size: 15px;
        line-height: 160%;
        margin-bottom: 5px;
    }
    .about-us__list-item-name {
        font-size: 15px;
    }
    .about-us__text {
        font-size: 15px;
        line-height: 160%;
        /* max-height: 144px; */
        max-height: max-content;
    }
    .about-us__list-item {
        padding: 15px 10px;
    }
    .about-us {
        row-gap: 40px;
    }

    .about-us__icon-inner {
        position: absolute;
        top: 10px;
        right: 13px;
        width: 40px;
        height: 40px;
    }
    .about-us__icon {
        width: 100%;
        height: 100%;
    }
    .about-us__list-item-name {
        margin-top: 15px;
    }
    .about-us__list-item {
        row-gap: 20px;
    }
    
}

.ui-gradient {
    background: none;
}
.ui-greygradient {
    background: rgba(255, 255, 255, 0.06);
}