@media (min-width:768px){
    h1{
        font-size: 40px;
    }
    h2{
        font-size: 36px;
    }    
    .btn{
       font-size: 18px;      
    }
    .hero-section .right-img img{        
        width: 482px;
        height: 482px;
    }
    .register-section .form-wrapper form button[type="submit"]{
        min-width: 200px;
        width: 200px !important;
    }
    .hero-section .logo-wrapper img,.hero-banner-section .logo-wrapper img{
        width: 166px;
        height: auto;
    }
    .hero-banner-section .content-wrapper-box{
        padding: 40px;
        border-radius: 40px;
    }
}
@media (min-width:992px){
    .hero-section .left-content .content-wrapper{
        max-width: 500px;
        margin-right: 35px;        
    }
    .hero-section .right-img img{       
        height: 100vh;
        object-fit: cover;
        border-bottom-left-radius: 130px;
        border-top-left-radius: 0;
    }
    .theme-top-bottom {
        padding: 70px 0;
    }
    h1{
        font-size: 48px;     
        line-height: 60px;   
    }
    h2{
        font-size: 44px;        
    }
    .btn{
        font-size: 21px;
    }
    .about-section .about-columns{
        max-width: 550px;
    }
    .register-section .form-wrapper{
        max-width: 956px;
        margin: 0 auto;
    }
    .hero-section .logo-wrapper img, .hero-banner-section .logo-wrapper img{
        width: 203px;
        height: auto;
    }
    .hero-banner-section .content-wrapper-box{
        max-width: 710px;
    }
}
@media (min-width:1400px){
    .container{
        max-width: 1240px;
    }
    .theme-top-bottom {
        padding: 90px 0;
    }
}
@media (max-width:1400px){
    .container{
        max-width: 93%;
    }
}
@media (max-width: 1400px) and (min-width: 991px) {
    .hero-section .left-content .content-wrapper{
        max-width: 90%;
        margin: auto;
    }
}
@media (max-width:991px){
    .hero-section .left-content .content-wrapper{
        max-width: 93%;
        margin: auto;
    }
}