@media screen and (max-width: 550px){ 

    .contentSection p{
        text-align: center !important;
    line-height: unset !important;
    font-size: 37px !important;
    font-weight: 700 !important;
    margin: 0px !important;
    }

    .bannerSection {
        padding: 0px 0px !important;
    }

    .bannerSection .bluebtn {
        margin-top: 8% !important;
        font-size: 13px !important;
        margin: 0 auto ;
    }

    .whySection .bluebtn {
        padding: 14px 12px !important;
        margin: 0 auto !important;
        font-size: 14px !important;
    }

    .actiCards {
        grid-template-columns: 1fr !important;
    }

    .card1 {margin-bottom: 0px !important;}

    .activitySection .card-block h3 {
        text-align: center !important;
        font-size: 17px !important;
    }
    .my-CardNG {
        margin-top: 25px !important;
    }

    .flipBtn a {
        padding: 14px 12px !important;
        margin: 0 auto !important;
    }
    .boldH4 {
        font-size: 33px !important;
    }
    .whySection h6, .helpSection h6 {
        font-size: 18px !important;
        line-height: 23px !important;
        text-align: center !important;
    }
    p {text-align: center !important;}
    .linkDownload {
        text-align: center !important;
    }
    section {
        padding: 70px 0 !important;
    }
}