.post-slider {
    padding: 40px 0 56px 0;
}

.post-slider h2 {
    margin-bottom: 24px;
}

.post-slider .slick-list {
    margin: 0 60px !important;
    overflow: hidden;
}

.post-slider .slick-track {
    display: flex !important;
}

.post-slider .slick-slide {
    height: inherit !important;
    margin-bottom: 30px;
}

.post-slider .single-post .post-item {
    border-radius: 14.502px;
    margin: 15px;
    background: #F8F8F8;
    height: 100%;
    transition: background .3s ease-in-out;
    box-shadow: 0 3.651px 14.65px 0 rgba(0, 0, 0, 0.11);
}

.post-slider .single-post .post-item:hover {
    background: var(--blue);
}

.post-slider .thumb-img img {
    height: 240px;
    width: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform 0.3s ease;
}

.post-slider .post-item .post-details {
    padding: 22px 40px 110px 26px;
}

.post-slider .post-item h3 a {
    color: var(--blue);
}

.post-slider .single-post .post-item:hover h3 a {
    color: var(--white2);
}

.post-slider .single-post .post-item a.btn-clear {
    position: absolute;
    bottom: 65px;
    display: flex;
    height: 43.353px;
    align-items: center;
}

.post-slider .single-post .post-item a.btn-clear:hover {
    background-color: var(--white2);
}

.post-slider .single-post .post-item a.btn-clear:hover span {
    color: var(--blue);
}

.post-slider .post-item p {
    font-size: 14px;
    line-height: 30px;
}

.post-slider .post-item p {
    margin: 5px 0;
}

.post-slider .single-post .post-item:hover p {
    color: var(--white2);
}

.post-slider .thumb-img {
    overflow: hidden;
    display: block;
    position: relative;
}

.post-slider .thumb-img:hover img {
    transform: scale(1.1);
}

.post-slider .post-item h3 a:hover {
    color: var(--yellow) !important;
}

.post-slider .blog-cta {
    padding-top: 56px;
}

@media only screen and (max-width : 992px) {
    .post-slider .single-post .post-item {
        margin: 10px;
    }

    .post-slider .post-item .post-details {
        padding: 18px 28px 93px 29px;
    }

    .post-slider .thumb-img img {
        height: 180px;
    }

    .post-slider .blog-cta {
        padding-top: 0;
    }

    .post-slider .slick-list {
        margin: 0 20px !important;
    }
}