.mb-30{
    margin-bottom: 1.875rem; /* 30px */
}

/*=== Font ===*/
.small-quicksand{
    font-family: "Quicksand Medium";
    font-size: 1rem;
    font-weight: 500;
    line-height:1.5;
    letter-spacing: 0;
}

/*=== Logo Box ===*/
.card-img-box{
    height: 3.125rem;
    max-height: 4rem;
}

/*=== Logos ===*/
.smush-logo{
    min-height: 4.063rem;
}
.ewww-logo{
    width: 6rem;
    height: 6rem;
}
.round-logo{
    width: 4.625rem;
    height: 4.625rem;
}
.wordfence-logo{
    width: 6.25rem;
    height: 6.25rem;
}
.multi-currency{
    height: 3.813rem;
    width: 3.813rem;
}
.alidropship-logo{
    width: 7.5rem;
    height: 4.25rem;
}
.google-optimize-logo{
    width: 3.625rem;
    height: 3.75rem;
}

/*=== Card Shadow ===*/
.compatibilities-shadow{
    box-shadow: 0px 1px 3px #00000026;
}

/*=== Media Queries ===*/
@media (max-width: 574.98px) { 
    .hero{
        font-size: 2.2rem;
    }
    .mega{
        font-size: 1.75rem;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) { 
    .mega {
        font-size: 2.875rem; /* 46px */
    }
}

@media (min-width: 1400px) { 
    .card-mw{
        max-width: 16.25rem;
    }
}
