

.mt-7{
    margin-top:7px !important;
}

.mt-8 {
    margin-top: 8px !important;
}

.mt-18 {
    margin-top: 18px !important;
}

@media(max-width:678px){
    .mt-xs-18 {
        margin-top: 18px !important;
    }
}

@media(min-width:678px) {
    .d-sm-none {
        display:none !important;
    }
}



.fs-68 {
    font-size: 68px !important;
}