.about-us {
    /*padding: 88px 80px 140px 80px !important;*/
    padding-top: 88px !important;
    padding-bottom: 140px !important;
}

@media screen and (max-width: 768px) {
    .about-us {
        /*padding: 64px 40px 128px 40px !important;*/
        padding-top: 64px !important;
        padding-bottom: 128px !important;
    }
}

@media screen and (max-width: 480px) {
    .about-us {
        /*padding: 32px 16px 104px 16px !important;*/
        padding-top: 32px !important;
        padding-bottom: 104px !important;
    }
}

.about-us__content {
    display: flex;
    flex-direction: column;

    margin-top: 30px;
}

@media screen and (max-width: 1024px) {
    .about-us__content {
        margin-top: 24px;
    }
}

@media screen and (max-width: 768px) {
    .about-us__content {
        margin-top: 16px;
    }
}

@media screen and (max-width: 480px) {
    .about-us__content {
        margin-top: 10px;
    }
}

/* .about-us__banner {

} */

.about-us__banner > img {
    border-radius: 16px;
    object-fit: cover;
    z-index: -1;
    max-height: 548px;
    width: 100%;
}

@media screen and (max-width: 480px) {
    .about-us__banner > img {
        object-fit: cover;
        z-index: -1;
        height: 100%;
        width: 100%;
    }
}

.about-us__text {
    display: flex;
    justify-content: space-between;
    align-self: flex-end;
    align-items: stretch;
    align-content: flex-start;
    flex-wrap: wrap;
    row-gap: 16px;
}

@media screen and (min-width: 769px) {
    .about-us__text > div {
        background: var(--background-color);
        flex: 1 0 30%;
        /* margin-top: -30px; */
        padding-top: 30px;
        position: relative;
    }

    .app-component--sepia .about-us__text > div {
        background: var(--background-secondary-color);
    }

    .app-component--sepia .about-us__text > div:before,
    .app-component--sepia .about-us__text > div:last-child:after {
        background: url(../../../images/base/angle-sepia.svg);
    }

    .about-us__text > div:first-child {
        margin-top: -240px;
        padding-top:  30px;
        padding-right: 24px;
        border-top-right-radius: 16px;
    }

    .about-us__text > div:before,
    .about-us__text > div:last-child:after {
        content: '';
        background: url(../../../images/base/angle.svg);
        background-size: contain;
        position: absolute;

        top: -20px;
        width: 20px;
        height: 20px;
    }

    .app-component--sepia .about-us__text > div:before,
    .app-component--sepia .about-us__text > div:last-child:after {
        background: url(../../../images/base/angle-sepia.svg);
    }

    .about-us__text > div:before {
        left: 0;
    }

    .about-us__text > div:last-child:after {
        right: 0;
        transform: rotate(-90deg);
    }
}

@media screen and (min-width: 769px) {
    .about-us__text > div:first-child {
        margin-top: -160px;
    }
}

.about-us__button {
    margin-top: 40px;
    align-self: flex-end;
}


@media screen and (max-width: 780px) {
    .about-us__button {
        margin-top: 32px;
    }
}

@media screen and (max-width: 480px) {
    .about-us__text {
        margin-top: 16px;
    }

    .about-us__button {
        margin-top: 24px;
    }
}

.about-us__text ul {
    margin-top: 10px;
}

.about-us__text ul li {
    margin-bottom: 10px;
}

.about-us__text ul li:last-child {
    margin-bottom: 0;
}

.about-us__text ul li:before {
    margin-right: 17px;
}


.about-us--smaller-pb {
    padding-bottom: 80px !important;
}
