@media only screen and (max-width: 1440px) {
    .healugee-project-section-title-bg-image img {
        width: 400px;
    }

    .healugee-project-section-info-right p {
        font-size: 1rem;
    }
}
 
@media only screen and (max-width: 768px) {
    .healugee-project-section-title-bg-image img {
        width: 200px;
    }
}