.mobile_image {
    display: none;
}

@media (max-width: 767px) {

    .image_content {
        left: 12%;
    }

    .image_content {
        top: 40%;
    }

    .breadCrumb_content ul li a {
        font-size: 14px;
    }

    .mobile_image {
        display: inline-block;
        width: 100%;
    }

    .desktop_image {
        display: none;
        
    }

    .row_two_ h4 {
        color: #105A7E;
        font-size: 24px;
        font-weight: 700;
        line-height: 51px;
        text-align: center;
        margin-top: 15px;
    }

   

    .row_three_ h4 {
        color: #105A7E;
        font-size: 24px;
        font-weight: 700;
        line-height: 51px;
    }

    .row_three_ ul {
        padding-left: 21px;
    }
}