

@media (max-width:1440px) {
    .info-section {
        width: 97% !important;
        margin: 0 auto !important;
    }

    .info-section h1 {
        font-size: 2.15rem !important;
    }

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

    .info-section p,
    .info-section table th,
    .info-section table td,
    .info-section ul,
    .info-section li,
    .whatsapp-btn-inside {
        font-size: 1.07rem !important;
    }
}

@media (max-width:1200px) {
    .info-section {
        width: 97% !important;
        margin: 0 auto !important;
    }

    .info-section h1 {
        font-size: 2.1rem !important;
    }

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

    .info-section p,
    .info-section table th,
    .info-section table td,
    .info-section ul,
    .info-section li,
    .whatsapp-btn-inside {
        font-size: 1.05rem !important;
    }
}

@media (max-width:1024px) {
    .info-section {
        width: 97% !important;
        margin: 0 auto !important;
    }

    .info-section h1 {
        font-size: 2rem !important;
    }

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

    .info-section p,
    .info-section table th,
    .info-section table td,
    .info-section ul,
    .info-section li,
    .whatsapp-btn-inside {
        font-size: 1rem !important;
    }
}

@media (max-width:768px) {
    .info-section {
        width: 97% !important;
        margin: 0 auto !important;
    }

    .info-section h1 {
        font-size: 1.95rem !important;
    }

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

    .info-section p,
    .info-section table th,
    .info-section table td,
    .info-section ul,
    .info-section li,
    .whatsapp-btn-inside {
        font-size: 0.98rem !important;
    }
}

@media (max-width:600px) {
    .info-section {
        width: 97% !important;
        margin: 0 auto !important;
    }

    .info-section h1 {
        font-size: 1.9rem !important;
    }

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

    .info-section p,
    .info-section table th,
    .info-section table td,
    .info-section ul,
    .info-section li,
    .whatsapp-btn-inside {
        font-size: 0.95rem !important;
    }
}

@media (max-width:480px) {
    .info-section {
        width: 97% !important;
        margin: 0 auto !important;
    }

    .info-section h1 {
        font-size: 1.85rem !important;
    }

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

    .info-section p,
    .info-section table th,
    .info-section table td,
    .info-section ul,
    .info-section li,
    .whatsapp-btn-inside {
        font-size: 0.9rem !important;
    }
}

@media (max-width:375px) {
    .info-section {
        width: 97% !important;
        margin: 0 auto !important;
    }

    .info-section h1 {
        font-size: 1.8rem !important;
    }

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

    .info-section p,
    .info-section table th,
    .info-section table td,
    .info-section ul,
    .info-section li,
    .whatsapp-btn-inside {
        font-size: 0.84rem !important;
    }
}