@media screen and (max-width:375px) {
 
}
@media screen and (max-width:525px) {
.header-logo{
    width: 50%;
}
.header-logo img{
    width: 50% !important;
}
.btn{
    color: 10px !important;
}
}
@media (min-width:526px) and (max-width:767px) {
    
}
@media (min-width:768px) and (max-width:991px) {

}
@media (min-width:992px) and (max-width:1024px) {

}
@media (min-width:1400px) {
.banner_section h1{
    font-size: 44px;
}

.main_section h2{
   font-size: 44px;
}
.job_section h2{
   font-size: 48px;
}
.newsletter_box h2{
    font-size: 38px;
}
.newslatter-btn .btn{
    font-size: 1.5rem;
}
    
}