@media screen and (max-width:768px) {    
.navbar {
    margin-bottom: 1rem !important;    
}
.cle_header__tag {
    display: block !important;
    text-align: center !important;
}
.fully-compatible-back {
    background: url(../images/fully-compatible.png);
    height: 339px;
    position: static;
    top: 195px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
a.btn.cle_btn_outline_lg.cle_success_btn {
    margin-top: 25px;
}
.navbar {
    margin-bottom: 3.25rem;
}
header {
    padding-bottom: 0;
}
}
@media screen and (max-width:577px) {
    .cle_btn_outline_lg {
        height: 54px;
    }
    .fully-compatible-back {
        height: 239px;
        margin-bottom: 32px;
    }
}