.myBorderDanger {
    border-color: red;
    border-width: 1px !important;
}

/* Prevent counter section from overlapping CBK logo on mobile */
@media (max-width: 767.98px) {
    .hero-wrap {
        padding-bottom: 150px !important;
    }
    
    .hero-wrap .phone-img {
        display: none !important;
    }
    
    #section-counter {
        padding-top: 0px !important;
        margin-top: 0px !important;
    }
    
    .ftco-counter .ftco-counter-wrap {
        margin-top: 0px !important;
    }
}

/* Small tablets */
@media (min-width: 768px) and (max-width: 1024px) {
    .hero-wrap .phone-img {
        display: none !important;
    }
}