@media only screen and (max-width: 500px) {
    
    body {
        font-size: 13px;
    }

    p {
        font-size: 13px !important;
    }

    h1 {
        font-size: 27px;
    }

    h2 {
        font-size: 24px;
    }

    h3 {
        font-size: 21px !important;
    }

    h5 {
        font-size: 16px !important;
    }

    .w3-large {
        font-size: 15px !important;
    }

    .allergy-cont {
        width: 140px !important;
    }
}