/* Add your own custom css to this file. You may wish to use css !important calls to override css from the template css files.
----------------------------------------------------------- */
.bluee {color: #0271b9;}
.full-i {
    width:100%;
    margin: 15px 0;
}
.cols-3 {
    -webkit-columns: 3;
    -moz-columns: 3;
    -o-columns: 3;
    columns: 3;
}
.cols-3 strong {
    display: inline-block;
}
@media (max-width: 991px) {
    .cols-3 {
        -webkit-columns: 1;
        -moz-columns: 1;
        -o-columns: 1;
        columns: 1;
    }
}