body:not(.home) .cards-icons {
    background: #EBEBEB;
}
.masthead + .cards-icons {
    padding-top: 0;
    background: #fff !important;
}
.cards-icons {
    padding: 70px 0;
    color: #242424;
}

.home .cards-icons {
    padding-top: 0;
}

.card-icons {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    border: none;
    background: #FFFFFF;
    border-bottom: 2px solid #242765;
    box-shadow: 0 0 15px rgba(36, 36, 36, 0.1);
    margin-bottom: 15px;
    padding: 0 18px;
    height: 78px;
}

.cards-icons__icons {
    display: flex;
    width: 54px;
    height: 54px;
    font-size: 54px;
    font-weight: normal;
    color: #24AAE1;
}

.cards-icons__icons svg {
    width: 54px;
    height: 54px;
    vertical-align: initial;
    fill: #24AAE1;
}

.cards-icons__icons svg * {
    stroke: #24AAE1 !important;
}

.cards-icons h4::before {
    left: 50%;
    transform: translate(-50%, 0);
}

.cards-icons__info {
    width: calc(100% - 54px);
    padding-left: 15px;
    padding-top: 2px;
    font-size: 18px;
    font-weight: 900;
    color: #242765;
    font-family: 'Libre Franklin', sans-serif; 
    font-style: italic;
    text-transform: uppercase;
}

.cards-listings {
    margin-top: 30px;
}

@media (min-width: 768px) {
    .cards-icons {
        padding: 96px 0;
    }
    
    .card-icons {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        border: none;
        background: #FFFFFF;
        border-bottom: 2px solid #242765;
        box-shadow: 0 0 15px rgba(36, 36, 36, 0.1);
        margin-bottom: 20px;
        padding: 0 25px;
        height: 250px;
        text-align: center;
    }
    
    .cards-icons__icons {
        width: 86px;
        height: 86px;
        font-size: 86px;
        line-height: 1em;
        margin-bottom: 6px;
    }

    .cards-icons__icons svg {
        width: 86px;
        height: 86px;
    }
    
    .cards-icons__info {
        width: 100%;
        padding-left: 0;
        padding-bottom: 2px;
        font-size: 24px;
        line-height: 1.16em;
    }

    .cards-listings .row {
        justify-content: center;
    }


}
@media (min-width: 1200px) {
    .cards-icons {
        padding: 110px 0 90px;
    }
    
    .card-icons {
        margin-bottom: 34px;
        padding: 0 25px;
        height: 210px;
    }

    .card-icons--link:hover {
        box-shadow: 0 0 30px rgba(36, 36, 36, 0.3);
        border-bottom: 2px solid #242765;
    }

    .card-icons--link:hover svg * {
        stroke: #242765 !important;
    }

    .card-icons--link:hover svg{
        fill: #242765 !important;
    }
    
    .card-icons--link:hover .cards-icons__icons,
    .card-icons--link:hover .cards-icons__info {
        color: #242765;
    }
    

}




















