﻿.four-banners {
    padding-top: 50px;
    padding-bottom: 50px;
}

.lusa-ad {
    text-align: center;
}

/*Remove from Prod*/
    .lusa-ad img {
        cursor: pointer;
    }

@media only screen and (max-width : 667px) {
    .four-banners {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .lusa-ad {
        margin-bottom: 20px;
    }
}
