﻿/* Add styling for Content Banner Facts */


.content-banners-facts-section {
    clear: both;
    width: 100%;
    margin: 25px 0 18px;
}

.AreaSectionUnderPageCosmetic2 .content-banners-facts-section {
    padding:50px 0;
    margin:0;
}

    .content-banners-facts-section h2 {
        margin-bottom: 25px;
    }

    .content-banners-facts-section .wrap {
        /* padding: 0 0 0 18px; */
    }

.content-banners-facts {
    padding-bottom:20px;
}

.content-banners-facts .item {
    display: inline-block;
    list-style: none;
    min-width: 112px;
    text-align: center;
    vertical-align: top;
    width: 15%;
    padding-right: 14px;
}

    .content-banners-facts .item:last-child {
        padding-right: 0;
    }

    .content-banners-facts .item .icon-holder {
        height: 66px;
        width: auto;
    }

.content-banners-facts .icon-holder img {
    width: 60px;
}

.content-banners-facts h5 {
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 0;
}

.content-banners-facts .item p {
    font-size: 13px;
    line-height: 1.3;
}

@media only screen and (max-width: 767px) {

    .content-banners-facts-section {
        margin-top:7px;
    }

    .content-banners-facts-section .wrap {
        padding-left: 6px;
    }

    .content-banners-facts-section h2 {
        font-size: 22px;
        line-height: 25px;
    }
}

@media only screen and (max-width:600px) {
    .content-banners-facts .item {
        width: 49%;
    }
}
