.featured-slider.inner {
    max-width: 1400px;
}

.featured-slider .card {
    border: 0px;
}

.featured-slider .card img {
    max-height: 251px;
    object-fit: cover;
    width: 100%;
}

.featured-slider .card-content {
    background-color: #EEEEEE;
    padding: 16px 16px 41px 16px;
    border-bottom: 3px solid #F15E5E;
    border-left: 0px;
    border-right: 0px;
    border-top: 0px;
}

.featured-slider .card-content h5 {
    font-family: 'Rajdhani';
    font-weight: 400;
    font-size: 20px;
    line-height: 22px;
    color: #000000;
    margin: 0px;
}

.featured-slider .card-content a {
    text-decoration: none;
}

.featured-slider .owl-dot span {
    background-color: #E7E7E7;
    width: 10.32px !important;
    height: 10.32px !important;
    margin: 0px 5px !important;
    display: block;
    border-radius: 100%;
}

.featured-slider .owl-dot.active span {
    background-color: #A8A8A8 !important;
}

.featured-slider .owl-carousel .owl-dots {
    margin-top: 0px !important;
    padding-top: 24px;
    text-align: center;
}

.featured-slider .section {
    text-align: center;
}