.responsive-image {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.main-header-color{
    color: #2274CB;
}
.text-justify{
    text-align: justify;
}

@media (min-width: 992px) { /* For laptop and larger screens */
    .xl-max-height-80{
        max-width: 80%;
    }

    .about-us-img{
        width: 70%;
    }
}


@media (max-width: 991.98px) { /* For tablets and smaller screens */
    .about-us-img{
        width: 90%;
    }
}
