@media(max-width:1199px){
    .bannerContent h2{
        font-size: 80px;
        line-height: 90px;
    }
    p{
        font-size: 35px;
        line-height: 45px;
    }
}
@media(max-width:991px){
    .bannerContent h2 {
        font-size: 65px;
        line-height: 75px;
    }
    p{
        font-size: 30px;
        line-height: 40px;
    }
} 
@media(max-width:767px){ 
    .bannerContent h2 {
        font-size: 45px;
        line-height: 50px;
    }
    p{
        font-size: 23px;
        line-height: 33px;
    }
}
@media(max-width:560px){
    .bannerContent h2 {
        font-size: 35px;
        line-height: 40px;
    }
    p{
        font-size: 18px;
        line-height: 24px;
    }
    .bannerContent{
        top: 35px;
    }
    .btmContent{
        bottom: 35px;
    }
}
@media(max-width:414px){
    .bannerContent h2 {
        font-size: 28px;
        line-height: 33px;
    }
    p{
        font-size: 14px;
        line-height: 20px;
    }
    .bannerContent {
        top: 25px;
    }
    .btmContent {
        bottom: 25px;
    }
}
