.about-us {
    padding: 50px 20px 35px 20px;
}

.about-us__header {
    max-width: 1520px;
    min-height: 350px;
    margin: 0 auto;
    background: url("/wp-content/themes/girllondon/assets/img/new/about-us_header.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    border-radius: 50px;
    padding: 20px 10px;
}

.about-us__image {
}

.about-us__title {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 54px;
    line-height: 154%;
    text-align: center;
    color: var(--white);
}

.about-us__content {
    max-width: 1290px;
    margin: 0 auto;
    display: flex;
    column-gap: 4.6875vw;
    padding: 50px 0 40px 0;
}

.about-us__column {
}

.about-us__subtitle {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 34px;
    line-height: 156%;
    color: var(--black);
    margin-bottom: 10px;
}

.about-us__text {
    font-family: var(--second-family);
    font-weight: 500;
    font-size: 17px;
    line-height: 200%;
    color: var(--black);
}

.about-us__actions {
    border-radius: 30px;
    max-width: 1290px;
    background: var(--black);
    margin: 0 auto;
    padding: 30px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 6.77vw;
}

.about-us__action {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 30px;
    padding: 2.5px 0;
}

.about-us__icon-inner {
    border-radius: 20px;
    width: 80px;
    height: 80px;
    background: var(--white);
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.about-us__icon-inner:hover {
    background: #000;
}


.about-us__icon {
}

.about__counter-inner {
    width: 30px;
    height: 30px;
    position: absolute;
    top: -5px;
    left:-5px;
    border-radius: 100%;
    background: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
}

.about__counter-overlay {
    width: 24px;
    height: 24px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center ;
    background: var(--black);
}

.about__counter {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 18px;
    text-align: center;
    color: var(--white);
}

.about-us__action-text {
    display: flex;
    flex-direction: column;
    row-gap: 5px;
}

.about-us__action-title {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 28px;
    color: var(--white);
}

.about-us__action-desc {
    font-family: var(--second-family);
    font-weight: 500;
    font-size: 17px;
    line-height: 187%;
    color: var(--grey);
}







.about-us__welcome {
    padding: 35px 20px;
}

.about-us__welcome-inner {
    margin: 0 auto;
    max-width: 1520px;
    border-radius: 100px;
    background: var(--black);
    padding:  50px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    background: url("/wp-content/themes/girllondon/assets/img/new/welcome-bg.webp");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.about-us__welcome-list {
    display: flex;
    flex-direction: column;
    row-gap: 60px;
}

.about-us__welcome-item {
    max-width: 993px;
}

.about-us__welcome-title {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 44px;
    line-height: 166%;
    text-align: center;
    color: var(--white);
    margin-bottom: 20px;
}

.about-us__welcome-text {
    font-family: var(--second-family);
    font-weight: 500;
    font-size: 17px;
    line-height: 200%;
    color: var(--white);
}





.sub-info {
    padding: 35px 20px 70px 20px;
}

.sub-info__inner {
}

.sub-info__list {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    row-gap: 60px;
}

.sub-info__item {
    max-width:993px;
}

.sub-info__title {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 44px;
    line-height: 166%;
    text-align: center;
    color: var(--black);
    margin-bottom: 20px;
}

.sub-info__text {
    font-family: var(--second-family);
    font-weight: 500;
    font-size: 17px;
    line-height: 200%;
    color: var(--black);
}

@media (max-width: 1530px) {
    .about-us__header, .about-us__welcome, .sub-info {
        margin: 0 20px;
    }
}

@media (max-width: 1280px) {
    .about-us__title {
        font-size: 44px;
        line-height: 166%;
    }
    
    .about-us__header {
        margin: 0;
        max-width: 100%;
        border-radius: 0;
        background: url("/wp-content/themes/girllondon/assets/img/new/about-us-header-1024.webp");
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }

    .about-us {
        padding: 30px 0 35px 0;
    }

    .about-us__welcome {
        padding: 25px 0;
    }

    .about-us__content {
        max-width: 984px;
        padding: 40px 20px;
    }

    .about-us__subtitle{
        font-size: 28px;
        line-height: 100%;
    }
    
    .about-us__actions {
        max-width: 96.09vw;
    }
    
    .about-us__welcome {
        padding: 35px 0;
        margin: 0;
    }
    
    .about-us__welcome-inner {
        border-radius: 0;
    }
    
    .about-us__welcome-item {
        max-width: 900px;
    }

    .about-us__welcome-title, .sub-info__title {
        margin-bottom: 10px;
    }

    .sub-info__list, .about-us__welcome-list {
        row-gap: 40px;
    }


}

@media (max-width: 980px) {
    .about-us__title {
        font-size: 38px;
        line-height: 166%;
    }
    .about-us__content {
        flex-direction: column;
        row-gap: 30px;
        padding: 30px 20px;
    }
    .about-us__actions {
        column-gap: 3.77vw;
    }
    .about-us__action {
        column-gap: 20px;
    }



    .about-us__welcome-inner {
        padding: 40px 20px;
    }
    .about-us__welcome-title {
        font-size: 38px;
    }

    
    .sub-info {
        margin: 0;
        padding: 25px 20px 50px 20px ;
    }
    .sub-info__title {
        font-size: 38px;
    }
}

@media (max-width: 630px) {
    .about-us__actions {
        padding: 15px 10px;
        flex-direction: column;
        row-gap: 15px;
    }
}

@media (max-width: 480px) {
    .about-us__title {
        font-size: 24px;
        line-height: 100%;
    }
    .about-us__content {
        padding: 20px 15px;
    }
    .about-us__content {
        row-gap: 20px;
    }
    .about-us__subtitle {
        font-size: 18px;
        line-height: 100%;
    }
    .about-us__text {
        font-size: 17px;
        line-height: 160%;
    }

    .about-us__actions{ 
        margin: 0 15px;
        padding: 15px auto;
        border-radius: 20px;
    }
    .about-us__action {
        column-gap: 15px;
    }
    .about-us__action-desc {
        line-height: 160%;
        font-size: 17px;
    }
    .about-us__icon-inner {
        width: 70px;
        height: 70px;
    }
    .about-us__action-title {
        font-size: 20px;
        line-height: 100%;
    }
    .about-us__action-text {
        max-width: 148px;
    }
    .about-us {
        padding: 15px 0 20px 0;
    }
    .about-us__welcome {
        padding: 20px 0;
    }



    .about-us__welcome-inner {
        padding: 20px;
    }

    .about-us__welcome-list {
        row-gap: 20px;
    }

    .about-us__welcome-title {
        font-size: 20px;
        line-height: 165%;
        margin-bottom: 10px;
    }

    .about-us__welcome-text {
        font-size: 17px;
        line-height: 160%;
    }


    .sub-info{
        padding: 20px 15px 40px 15px;
    }
    .sub-info__title {
        font-size: 20px;
        line-height: 165%;
    }
    .sub-info__text {
        font-size: 17px;
        line-height: 160%;
    }
    .sub-info__list {
        row-gap: 20px;
    }

    .about-us__header {
        background: url("/wp-content/themes/girllondon/assets/img/new/about-us_header-320.webp");
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }
}
