/* .glide.glide--ltr.glide--carousel.glide--swipeable {
    width: 800px;
}

li.glide__slide {
    width: 400px !important;
} */
ul.glide__slides {
    padding-bottom: 20px;
}

.blog-posts-section {
    padding: 50px 0;

}

.blog-posts-section article {
    box-shadow: 0px 3px 6px #00000017;
}

.post-description {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.post-thumbnail img {
    width: 100%;
    height: 178px;
    object-fit: cover;
}

.post-content {
    padding: 20px;
}

.blog-posts-title {
    color: #1A4380;
}

.post-date {
    font-size: 14px !important;
    color: #000000;
    margin-top: 0 !important;
}

.post-title {
    font-size: 19px;
    color: #224177;
    min-height: 60.8px;
    line-height: 1.4;
}

.post-description {
    font-size: 14px !important;
    color: #000;
}

.read-more-link {
    color: #224177;
    font-size: 14px !important;
}

.glide__arrows {
    text-align: center;
}

.glide__arrow {
    border: none;
    font-size: 45px;
    color: #224177;
    line-height: 1.0;
}



@media (min-width: 600px) {
    .glide__arrow {
        position: absolute;
        background: transparent;
        z-index: 10;
        line-height: 1.5;

    }

    .glide__arrow--left {
        bottom: 45%;
        left: -54px;

    }

    .glide__arrow--right {
        top: 39.7%;
        right: -54px;

    }



}

@media (max-width: 600px) {
    .blog-posts-title {
        font-size: 23px !important;
        text-align: center;
    }
}