
@media (max-width: 1440px) {
    .info-section h1 {
        font-size:2.15rem !important;
    }

    .info-section h2 {
        font-size:1.54rem !important;
    }
    .info-section p {
        font-size:1.07rem !important;
    }

    .info-section ul li {
        font-size:1.07rem !important;
    }
    .whatsapp-btn-inside {
        font-size:1.07rem !important;
    }
}


@media (max-width: 1200px) {
    .info-section h1 {
        font-size:2.1rem !important;
    }

    .info-section h2 {
        font-size:1.5rem !important;
    }
    .info-section p {
        font-size:1.05rem !important;
    }

    .info-section ul li {
        font-size:1.05rem !important;
    }
    .whatsapp-btn-inside {
        font-size:1.05rem !important;
    }
}



@media (max-width: 1024px) {
    .info-section h1 {
        font-size:2rem !important;
    }

    .info-section h2 {
        font-size:1.44rem !important;
    }
    .info-section p {
        font-size:1rem !important;
    }

    .info-section ul li {
        font-size:1rem !important;
    }
    .whatsapp-btn-inside {
        font-size:1rem !important;
    }
}



@media (max-width: 768px) {
    .info-section h1 {
        font-size:1.95rem !important;
    }

    .info-section h2 {
        font-size:1.4rem !important;
    }
    .info-section p {
        font-size:0.98rem !important;
    }

    .info-section ul li {
        font-size:0.98rem !important;
    }
    .whatsapp-btn-inside {
        font-size:0.98rem !important;
    }

    .worktravel-gallery img {
        width: 45% !important;
    }

}


@media (max-width: 600px) {
    .info-section h1 {
        font-size:1.9rem !important;
    }

    .info-section h2 {
        font-size:1.35rem !important;
    }
    .info-section p {
        font-size:0.95rem !important;
    }

    .info-section ul li {
        font-size:0.95rem !important;
    }
    .whatsapp-btn-inside {
        font-size:0.95rem !important;
    }
    .worktravel-gallery img {
        width: 80% !important;
    }
}






@media (max-width: 480px) {
    .info-section h1 {
        font-size:1.85rem !important;
    }

    .info-section h2 {
        font-size:1.3rem !important;
    }
    .info-section p {
        font-size:0.9rem !important;
    }

    .info-section ul li {
        font-size:0.9rem !important;
    }
    .whatsapp-btn-inside {
        font-size:0.9rem !important;
    }
    .worktravel-gallery img {
        width: 90% !important;
    }
}



@media (max-width: 375px) {
    .info-section h1 {
        font-size:1.8rem !important;
    }

    .info-section h2 {
        font-size:1.2rem !important;
    }
    .info-section p {
        font-size:0.84rem !important;
    }

    .info-section ul li {
        font-size:0.84rem !important;
    }
    .whatsapp-btn-inside {
        font-size:0.84rem !important;
    }

    .worktravel-gallery img {
        width: 90% !important;
    }

}

