/* Portrait tablets and medium desktops */
@media (min-width: 993px){
    body {
    font-size: 1rem;
    }
   
    .divider02{
    visibility: hidden !important;
    }

    .info-contacts {
    text-align: left;
    float: right;
    width: 100%;
    }
}



/* Portrait tablets and small desktops */
/*@media (max-width: 992px) {

}*/


/* Portrait tablets and small desktops */
@media (max-width: 991px) {
    .sm-m-top-30{
    margin-top:30px;
    }
    
    .main_features{
    margin-top: 50px;
    margin-bottom: 50px;
}
    
    .divider02{
    width:100%;
    height: 1px;
    background-color: #7f7f7f;
    display: inline-block;
    float: right;
    margin: 20px 0 20px 0;
        opacity: .5;
    visibility: visible !important;
    }
    
    .info-contacts {
    text-align: center;
    margin: 0 auto;
    width: 100% !important;} 
    
.spr_row2.logo-footer {
    background-position: -63px -9px;
}
    
}



/* Landscape phones and portrait tablets */
@media  (max-width: 768px) {
    h2{
        font-size:2rem;
    }
    p{
        font-size:90%;
        line-height: 2rem;
    }
    .container{width: 100%;}
    
    .features{background-color: #ebebeb;padding-bottom: 10px; }
    
}


/* Landscape phones and smaller */
@media (max-width: 479px) {
    html {
        font-size: 85%;
    }
    
    .spr_row2.logo-footer {
    background-position: -63px -9px;
}
}

@media (max-width: 320px) {
    html {
        font-size: 60.5%;
    }


}



