h2, p {
    margin: 0;
}

.about-us-page::before {
    content: '';
    position: absolute;
    inset: 0 0 auto 0;
    z-index: -1;
    background: url("/wp-content/themes/simplydepo/images/about-us_bg.png") no-repeat top center;
    background-size: cover;
    height: 160vh;
}

.about-us-page {
    padding-top: 80px;

    .hero__container{
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        gap: 10px;
        padding-bottom: 80px;
    }

    .hero__wrapper {
        max-width: 486px;
        align-items: baseline;
    }

    .hero__text {
        margin-top: 45px;

        p {
            text-align: left;
            font-weight: 400;
            font-size: 20px;
            margin-top: 0;
            line-height: 1.3;
            color: rgba(51, 51, 51, 1);
        }

        p:first-of-type {
            margin-bottom: 23px;
        }

        p:last-of-type {
            margin-bottom: 45px;
        }
    }

    .hero__title {
        line-height: 1;
        text-align: left;
        margin-bottom: 49px;
    }

    .hero__title--solutions .hide-text {
        display: inline-block;
        color: rgba(40, 40, 40, 1);
    }

    .button--header {
        padding: 14px 24px 11px 26px;
        letter-spacing: 1.2px;
    }

    .hero__img {
        max-width: 650px;
        border-radius: 24px;
    }

    .mission {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .mission__container {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        gap: 10px;
    }

    .mission__img {
        border-radius: 24px;
    }

    .mission__wrapper {
        display: flex;
        flex-direction: column;
        max-width: 547px;
    }

    .mission__text:first-of-type {
        margin-bottom: 63px;
    }

    .mission__tag {
        position: relative;
        display: inline-block;
        padding-left: 15px;
        margin-bottom: 10px;
        font-size: 18px;
        font-weight: 600;
        color: rgba(64, 154, 101, 1);
    }

    .mission__tag:before {
        content: "";
        position: absolute;
        left: 0;
        top: 7px;
        width: 8px;
        height: 8px;
        background-image: url("/wp-content/themes/simplydepo/images/ellipse.svg");
        background-repeat: no-repeat;
        background-size: contain;
    }

    .mission__title {
        margin-bottom: 32px;
        font-size: 40px;
        font-weight: 700;
        color: rgba(51, 51, 51, 1);
    }

    .mission__desc {
        font-size: 18px;
        font-weight: 500;
        line-height: 1.5;
        letter-spacing: -0.4px;
        color: rgba(119, 119, 119, 1);
    }

    .values {

    }

    .values__container {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        gap: 10px;
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .values__text {
        max-width: 345px;
    }

    .values__title {
        margin-bottom: 14px;
        font-size: 48px;
        font-weight: 700;
        line-height: 1.4;
        color: rgba(64, 154, 101, 1);
    }

    .values__desc {
        font-size: 18px;
        font-weight: 500;
        line-height: 1.5;
        letter-spacing: -0.4px;
        color: rgba(51, 51, 51, 1);
    }

    #values-slider {
        margin: 0 auto;
    }

    .values__list {
        display: flex;
        flex-wrap: wrap;
        gap: 32px;
        max-width: 792px;
    }

    .values__item {
        max-width: 380px;
        min-width: 250px;
        min-height: 195px;
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 20px;
        border: 1px solid rgba(213, 217, 217, 1);
        border-radius: 16px;
        background-color: rgba(255, 255, 255, 1);
    }

    .values__item-title {
        font-size: 20px;
        font-weight: 500;
        line-height: 1;
        letter-spacing: -0.2px;
        color: rgba(40, 40, 40, 1);
    }

    .values__item-desc {
        max-width: 292px;
        font-size: 14px;
        font-weight: 400;
        line-height: 1.2;
        letter-spacing: -0.2px;
        text-align: center;
        color: rgba(119, 119, 119, 1);
    }

    .industries {
        margin-top: unset;
        margin-bottom: 80px;
    }

    .industries-item {
        padding: 30px 0;
    }


    .testimonial {

    }

    .testimonial__container {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .testimonial__title {
        display: flex;
        flex-direction: column;
        justify-content: center;
        max-width: 625px;
        margin-bottom: 50px;
    }

    .testimonial__header {
        margin-bottom: 20px;
        font-weight: 700;
        font-size: 48px;
        line-height: 1.3;
        letter-spacing: 0.4px;
        text-align: center;
        color: rgba(40, 40, 40, 1);
    }

    .testimonial__desc {
        font-size: 20px;
        line-height: 28px;
        text-align: center;
        color: rgba(51, 51, 51, 1);
    }

    .testimonial__list {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        row-gap: 40px;
        column-gap: 48px;
    }

    .testimonial__item {
        padding: 24px 24px 20px 24px;
        max-width: calc((100% / 2) - 24px);
        min-width: 335px;
        min-height: 212px;
        border-radius: 20px;
        background: linear-gradient(0deg, #FFFFFF, #FFFFFF),
        linear-gradient(216.63deg, rgba(255, 255, 255, 0) -3.83%, #F7F7FA 78.68%);
        border: 1px solid rgba(213, 217, 217, 1);
        box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.11);
    }

    .testimonial__item-rating {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        column-gap: 5px;
        row-gap: 16px;
        margin-bottom: 8px;
    }

    .rating-star {
    }

    .rating-label {
        padding: 7px 8px 5px 8px;
        font-weight: 600;
        font-size: 14px;
        line-height: 1.2;
        letter-spacing: -0.1px;
        color: rgba(97, 211, 136, 1);
        background-color: rgba(239, 251, 243, 1);
        border-radius: 86px;
    }

    .testimonial__item-text {
        margin-bottom: 10px;
        font-weight: 500;
        font-size: 16px;
        line-height: 1.5;
        letter-spacing: -0.5px;
        color: rgba(102, 102, 102, 1);
    }

    .testimonial__item-bottom {
        min-height: 56px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 5px;
    }

    .testimonial__item-company {
        display: flex;
        flex-direction: column;
        gap: 8px;
        line-height: 1;

        .person__name {
            font-weight: 700;
            font-size: 20px;
            color: rgba(22, 32, 22, 1);
        }

        .person__company {
            font-weight: 500;
            font-size: 14px;
            color: rgba(51, 51, 51, 0.8);
        }

        .person__company a,
        .person__company span{
            text-decoration: underline;
        }
    }

    .testimonial__item-company-logo {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .testimonial__item-company-logo img {
        max-width: 100px;
        max-height: 56px;
    }

    .cta-section {
        margin-top: unset;
        padding: 80px 0 80px;
    }

    .cta-section__title {
        max-width: 550px;
    }

    .cta-section__description {
        text-wrap: unset;
    }
}

@media (max-width: 1199px) {
    .about-us-page {
        .hero__wrapper {
            align-items: center;
        }

        .hero__container {
            justify-content: center;
        }

        .mission__container {
            justify-content: center;
        }
    }
}

@media (max-width: 991px) {
    .about-us-page {

        .hero__title--solutions .hide-text {
            display: none;
        }

        #values-slider {
            width: 100%;
        }

        .values__list {
            flex-wrap: nowrap;
            gap: 10px;
        }
    }
}

@media (max-width: 767px) {
    .about-us-page {
        padding-top: 58px;

        .hero__container {
            padding-bottom: 40px;
        }

        .hero__wrapper {
            margin-bottom: 50px;
        }

        .hero__text {
            margin-top: 20px;

            p {
                text-align: center;
                font-size: 16px;
            }

            p:first-of-type {
                margin-bottom: 12px;
            }

            p:last-of-type {
                margin-bottom: 12px;
            }
        }

        .hero__title {
            text-align: center;
            margin-bottom: 18px;
        }

        .order-button {
            justify-content: center;
        }

        .mission {
            padding-top: 20px;
        }

        .mission__img {
            display: none;
        }

        .mission__tag {
            font-size: 16px;
        }

        .mission__tag:before {
            top: 5px;
        }

        .mission__title {
            line-height: 1;
            font-size: 30px;
        }

        .mission__desc {
            font-size: 16px;
        }

        .mission__text:first-of-type {
            margin-bottom: 40px;
        }

        .industries {
            margin-bottom: 40px;
        }

        .values__container {
            padding-top: unset;
            gap: 43px;
            padding-bottom: 20px;
        }

        .values__title {
            font-size: 36px;
        }

        .values__item {
            max-width: 247px;
        }

        .testimonial__container {
            padding-top: 40px;
        }

        .testimonial__header {
            font-size: 36px;
        }

        .testimonial__desc {
            font-size: 16px;
            line-height: 18px;
        }

        .testimonial__item {
            display: flex;
            flex-direction: column;
            gap: 32px;
        }

        .testimonial__item-company {
            gap: 8px;
        }

        .testimonial__item-company-logo {
            max-width: 75px;
            max-height: 56px;
        }

    }
}