@media screen and (max-width: 991px) {
    .header__inner {
        flex-wrap: wrap;
        justify-content: center;
    }    

    .section-general__inner .start-winning {
        font-size: 50px;
    }

    .section-top__inner p {
        font-size: 30px;
    }

    .section-top__inner p.font-ranga {
        font-size: 50px;
    }

    .section-top__inner p.bigger-font {
        font-size: 58px;
    }

    .section-top__inner p.largest-font {
        font-size: 80px;
    }    

    .section-top__inner p.american-paragraph {
        font-size: 24px;
    }

    .main-homepage .container {
        max-width: 940px;
    }
   
    .section-general__inner h3 {
        font-size: 38px;
    }

    .section-general__inner h2 {
        font-size: 40px;
    }

    .section-bottom__inner h2.font {
        font-size: 48px;
    }   

    .section-general__inner h4 {
        font-size: 34px;
    }

    .section-general__inner h4.less-font {
        font-size: 30px;
    } 
}

@media screen and (max-width: 768px) {
    .section-general__inner .start-winning {
        font-size: 40px;
    }

    .section-top__inner p {
        font-size: 28px;
    }

    .section-top__inner p.font-ranga {
        font-size: 40px;
    }

    .section-top__inner p.bigger-font {
        font-size: 48px;
    }

    .section-top__inner p.largest-font {
        font-size: 60px;
    }    

    .section-top__inner p.american-paragraph {
        font-size: 24px;
    }

    .section-general__inner h3 {
        font-size: 32px;
    }

    .section-general__inner h2 {
        font-size: 36px;
    }

    .section-bottom__inner h2.font {
        font-size: 38px;
    }   

    .section-general__inner h4 {
        font-size: 28px;
    }

    .section-general__inner h4.less-font {
        font-size: 30px;
    } 

    .subcribe-iframe iframe {
        min-height: 780px;
    }

    .buttons .btn {
        padding: 12px 18px;
        font-size: 20px;
    }

    .page-content h1 {
        font-size: 26px;
    }

    .page-content p {
        font-size: 20px;
    }

    .page-content h2 {
        font-size: 24px;
    }
}

@media screen and (max-width: 600px) {
    .logo img {
        width: 160px;
        max-width: 100%;
    }

    .section-general__inner .start-winning {
        font-size: 36px;
    }

    .section-top__italic {
        font-size: 24px;
    }

    .section-top__inner p {
        font-size: 26px;
    }

    .section-top__inner p.font-ranga {
        font-size: 32px;
    }

    .section-top__inner p.bigger-font {
        font-size: 38px;
    }

    .section-top__inner p.largest-font {
        font-size: 48px;
    }    

    .section-top__inner p.american-paragraph {
        font-size: 22px;
    }   

    .section-general__inner h3 {
        font-size: 26px;
    }

    .section-general__inner h2 {
        font-size: 30px;
    }

    .section-bottom__inner h2.font {
        font-size: 34px;
    }   

    .section-general__inner h4 {
        font-size: 28px;
    }

    .section-general__inner h4.less-font {
        font-size: 28px;
    } 

    .main-thankyou p.red-text {
        font-size: 22px;
    }

    .main-thankyou p.red-text span.padding-r {
        padding-right: 14px;
    }

    .main-thankyou p.red-text span.padding-l {
        padding-left: 14px;
    }

   .buttons .btn {
        padding: 12px 18px;
        font-size: 18px;
    }

    .page-content {
        padding-left: 20px;
        padding-right: 20px;
    }    
}

@media screen and (max-width: 500px) {
    .section-top__italic {
        font-size: 22px;
    } 

    .section-general__inner .start-winning {
        font-size: 32px;
    }

    .section-top__inner p {
        font-size: 26px;
    }

    .section-top__inner p.font-ranga {
        font-size: 30px;
    }

    .section-top__inner p.bigger-font {
        font-size: 34px;
    }

    .section-top__inner p.largest-font {
        font-size: 40px;
    }    

    .section-top__inner p.american-paragraph {
        font-size: 20px;
    }   

    .main-thankyou p.red-text span.padding-r {
        display: none;
    }

    .main-thankyou p.red-text span.padding-l {
        display: none;
    }
}