/* .cards_slider.. */

#cards_slider {
    background-color: #fffcfa;
}

.responsive {
    position: relative;
}

.prevArrow {
    background: #dadada85;
    color: white;
    border-radius: 50%;
    position: absolute;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
    display: inline-block;
    top: 104px;
    left: -2%;
    z-index: 111;
}

.nextArrow {
    background: #dadada85;
    color: white;
    border-radius: 50%;
    position: absolute;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
    display: inline-block;
    top: 104px;
    right: -2%;
}


.cards_slider {
    padding-block: 7rem;

}

.cards_slider .post-entry .thumb {
    margin-bottom: 20px;
}

.cards_slider .post-entry .thumb img {
    transition: 0.3s all ease;
    max-width: 100%;
    height: 20vh;
    width: 100%;
    object-fit: cover;
}



.cards_slider .post-entry .meta {
    font-size: 12px;
    margin-bottom: 20px;
}

.cards_slider .post-entry .meta .cat {
    text-transform: uppercase;
    font-weight: normal;
    color: #2d465e;
}

.cards_slider .post-entry .meta .date {
    color:
        color-mix(in srgb, #212529, transparent 25%);
}

.cards_slider .post-entry .post-content h3 {
    font-size: 18px;
    line-height: 1.2;
}

.cards_slider .post-entry .post-content h3 a {
    color: #2d465e;
    font-size: 14px;
}

.cards_slider .post-entry .post-content p {
    color: #2d465e;
    font-size: 14px;
}

.cards_slider .author .pic {
    flex: 0 0 50px;
    margin-right: 20px;
}

.rounded-circle {
    border-radius: 50% !important;
}

.cards_slider .author .author-name {
    line-height: 1.3;
}

.cards_slider .author .author-name strong {
    color: #2d465e;
    font-weight: normal;
}

.cards_slider .author .author-name span {
    font-size: 14px;
    color:
        color-mix(in srgb, #212529, transparent 25%);
}