@media only screen and (max-width:1024px) {
    
}

@media only screen and (max-width:992px) {
    
}

@media only screen and (max-width:767px) {
    
}

@media only screen and (max-width:575px) {
    h2{
        font-size: 22px;
    }
    .btn.vote_btn{
        font-size: 13px;
        padding: 5px;
    }
    .gndr_btn_group .btn{
        height: 60px;
    }
    .top-bar{
        font-size: 14px;
        font-weight: 400;
    }
}