/* CSS EMERGENCY */

@media screen and (min-width: 768px) {
    .home-banners .row {
        margin-bottom: 2em;
    }
}


@media (max-width: 767px) {
    .trb-banner-item {
        margin-bottom: 10px !important;
        padding-left: 5px !important;
        padding-right: 5px !important;
    }
}

.hexncd:hover{
    text-decoration: none;
    color: #000;
}