.home-homeblocks .item {
    padding:0 0 10px;
    text-align:center;
}
.home-homeblocks .item .title {
    text-transform:uppercase;
    font-weight:700;
    padding: .5em 0 0;
}

.home-homeblocks.banner {
    width:100%;
    text-align:center;
    background:rgb(18,144,210);
    padding: 20px 0;
    color:#fff;
    text-transform:uppercase;
    margin-bottom:15px;
}
.home-homeblocks.banner h4 {
    font-size:5rem;
    font-weight:100;
}
.home-homeblocks.banner h5 {
    font-size:3.5rem;
}
.home-homeblocks.banner a {
    color:rgb(255,228,18);
}

@media screen and (max-width: 767px) {
    .cms-home .widget.block-static-block .desktop {
        display: none;
    }
}

@media screen and (min-width: 768px) {
    .cms-home .widget.block-static-block .mobile {
        display: none;
    }
    .home-homeblocks.row {
        overflow:auto;
        margin:0 -1%;
    }
    .home-homeblocks.row .item {
        float:left;
        margin:2% 1%;
    }
    .home-homeblocks.row .item img {
        width:100%;
    }
    .home-homeblocks.col-2 .item {
        width:48%;
    }
    .home-homeblocks.col-3 .item {
        width:31.33%;
    }
}



