@media (max-width: 991px){
#header .header-logo {
    max-width: 150px !important;
    margin-top:-10px;
}
#header .header-logo a img {    height: auto !important;}
#header .header-container {
    min-height:93px;
}
.sticky-header-enabled #header .header-container {
    min-height:42px;
}
}
@media (max-width: 767px){
.title-m{font-size: 20px !important;}
.description-m{font-size: 14px !important;}
.btn-sm-m{
    padding: 5px 10px !important;
    font-size: 12px !important;
    line-height: 1.5 !important;
    top:15px;
}
    .mr50i{margin-right:50px !important;}
    .ml50i{margin-left:50px !important;}
    .mt30i{margin-top:30px !important;}
    .mt20i{margin-top:20px !important;}
    .mt15i{margin-top:15px !important;}
}