/* .featured-on-section h5:before {
    position: absolute;
    left: 47%;
    bottom: 4px;
    width: 100px;
    height: 5px;
    background: #f3d049;
    content: ''
}

.featured-on-section .featuded-colom {
    background: #243f51;
    position: relative;
    margin: 20px 0;
    height: 260px;
    -webkit-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
    border: 2px solid #e7e7e7
}

.featured-on-section .featuded-colom img {
    width: 100%;
    height: 168px;
    object-fit: cover
}

.featured-on-section .featuded-colom h2 {
    font-size: 17px;
    -webkit-transform: scale(.8);
    -ms-transform: scale(.8);
    transform: scale(.8);
    line-height: 33px;
    padding: 10px;
    transition: all .5s ease-in-out;
    text-align: center;
    left: 0;
    width: 100%;
    bottom: 0;
    position: relative;
    margin: 0 auto;
    right: 0;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center
}

.featured-on-section .featuded-colom:hover h2 {
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(21, 19, 19, .79);
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    color: #fff;
    bottom: 0
}

.featured-on-section .featured-des h3 {
    font-size: 33px;
    font-family: var(--main-font);
    font-weight: 700;
    color: #403f3f;
    padding: 10px 0
}

.featured-on-section .featured-des ul li {
    list-style-position: inside;
    color: #444
}

.featured-on-section .featured-des ul {
    padding: 0
}

.featured-on-section .featured-des ul li {
    padding: 10px 25px;
    position: relative;
    list-style: none
}

.featured-on-section .featured-des ul li:before {
    position: absolute;
    top: 10px;
    left: 0;
    width: auto;
    height: 100%;
    font-family: FontAwesome;
    content: "\f18e ";
    font-size: 18px;
    color: #243f51
} */



section.featured-section .featured-card {
    background: #eaf4fe;
    border-radius: 10px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    text-align: center;
    padding: 20px;
    height: 333px;
    margin-bottom: 20px;
    transition: .3s;
}

section.featured-section .row .col-md-3:nth-child(odd) .featured-card {
    background: #fff;
}

section.featured-section .row .col-md-3:nth-child(odd) .featured-card:hover {
    background: #eaf4fe;
}

section.featured-section .featured-card:hover {
    background: #fff;
}

section.featured-section .featured-card figure {
    margin-bottom: 0px;
}

section.featured-section .featured-card p {
    font-size: 19px;
    line-height: 28px;
    font-weight: bold;
}