




.section_image_with_text_about_us .image-with-text__content {
    background: #AED5F5 !important;

}


.section_image_with_text_about_us .image-with-text__text p {
    font-weight: 500;
    max-width: 300px;
}



@media screen and (min-width: 990px) {
    .section_image_with_text_about_us  .image-with-text__content {
        height: 400px !important;
        padding: 5rem 3.2rem 4.2rem;
        padding-left: 3rem;
        padding-right: 3rem;
        border-radius: 30px;
        margin-right: 2rem;
        align-items: baseline;
        display: flex;
        max-width: 560px;
        width: 560px;
        justify-content: space-between;
    }
}