.about_us_description_container {
    padding: 0;
}

.about_us_description_section {
    padding: 62px 0 46px;
    position: relative;
    z-index: 1;
}

.about_us_description_section:after {
    content: "";
    background: url(/wp-content/themes/glatco/images/Home_trusted_by_wave.png);
    position: absolute;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    z-index: -1;
    background-position: top center;
    height: 250px;
    top: -230px;
    left: 0;
}

.about_us_description_wrapper {
    display: grid;
    grid-column-gap: 62px;
    grid-template-columns: 1fr 1fr;
    align-items: center;
}

.about_us_description_image_border_div {
    background: linear-gradient(180deg, rgba(208, 213, 221, 0.62) 0%, rgba(255, 255, 255, 0.62) 100%);
    padding: 4px;
    border-radius: 16px;
}

.about_us_description_image {
    border-radius: 12px;
    height: 100%;
    min-height: 500px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.about_us_description_section h2 {
    font-family: 'Inter-Regular', san-serif;
    font-size: 36px;
    font-weight: 600;
    line-height: 44px;
    color: #101828;
    margin-bottom: 36px;
}

.about_us_description_text {
    font-family: 'Inter-Regular', san-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    color: #667085;
}

.about_us_description_caption {
    font-style: italic;
    color: #667085;
}

.about_us_description_button_border_div {
    border: 1px solid #5925DC;
    border-radius: 4px;
    background: linear-gradient(180deg, #9B8AFB 0%, #5925DC 100%);
    box-shadow: 0px 1px 2px 0px #1018280D;
    display: inline-flex;
    margin-bottom: 24px;
    margin-top: 24px;
    position: relative;
}

.about_us_description_button {
    background: linear-gradient(182.94deg, #7A5AF8 2.51%, #5925DC 88.83%);
    color: #fff;
    margin: 1px;
    border-radius: 4px;
    padding: 12px 16px;
    font-family: 'Inter-Regular', san-serif;
    font-size: 16px;
    font-weight: 600 !important;
    line-height: 24px;
}

.about_us_description_button:hover {
    color: #fff !important;
    background: #5925DC;
    text-decoration: none;
}

@media only screen and (min-width: 1921px) {
    .about_us_description_section:after {
        height: 350px;
        top: -310px;
    }
}

@media only screen and (min-width: 1400px) {
    .container.about_us_description_container {
        min-width: 1240px !important;
        max-width: 1240px !important;
    }
}

@media only screen and (max-width: 1499px) {
    .about_us_description_section:after {
        top: -175px;
    }
}

@media only screen and (max-width: 1399px) {
    .about_us_description_button_border_div {
        margin-top: 10px;
        margin-bottom: 38px;
    }
}

@media only screen and (max-width: 1199px) and (min-width: 992px){
    .about_us_description_image_half{
        margin-top: -90px;
    }
}

@media only screen and (max-width: 1199px) {
    .about_us_description_section {
        padding: 30px 0 46px;
    }
}

@media only screen and (max-width: 991px) {
    .about_us_description_section {
        padding: 0 0 46px;
    }

    .about_us_description_wrapper {
        grid-column-gap: 24px;
    }
}

@media only screen and (max-width: 991px) {
    .about_us_description_section:after {
        top: -90px;
        height: 150px;
    }

    .about_us_description_wrapper {
        grid-template-columns: 1fr;
    }

    .about_us_description_section {
        padding: 62px 0 46px;
    }

    .about_us_description_image_half {
        order: 2;
    }

    .about_us_description_text_half {
        margin-bottom: 50px;
    }

    .about_us_description_section {
        padding: 50px 0;
    }

    .about_us_description_section h2 {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 36px;
    }

    .about_us_description_image {
        min-height: 432px;
    }
}

@media only screen and (max-width: 767px) {
    .about_us_description_section {
        padding: 0;
    }

    .about_us_description_container {
        padding-left: 15px;
        padding-right: 15px;
    }

    .about_us_description_section h2 {
        font-size: 28px;
        line-height: 36px;
        margin-bottom: 16px;
    }

    .about_us_description_text {
        font-size: 16px;
        line-height: 24px;
    }

    .about_us_description_text_half {
        margin-bottom: 36px;
    }
}


/*-----------------------------------------*/
.about_us_description_section:after {
    display: none;
}


.about_us_description_section {
    padding: 62px 0 62px;
}

@media only screen and (max-width: 767px) {
    .about_us_description_section {
        padding: 50px 0;
    }
}


@media only screen and (max-width: 575px) {
    .about_us_description_section {
        padding: 36px 0;
    }
}



