.latest-blog-posts {
    padding: 30px 0 70px;
}
.latest-blog-posts .latest-blog-posts-title h2 {
    color: #141E58;
    font-family: Onest;
    font-size: 38px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    letter-spacing: -0.38px;
    margin: 0 0 40px;
}
.latest-blog-posts .testimonials-button {
    position: relative;
}
.latest-blog-posts .testimonials-button .slick-arrow {
    position: absolute;
    width: 32px;
    height: 32px;
    top: 24px;
    left: unset;
}
.latest-blog-posts .testimonials-button .slick-prev {
    right: 42px;
}
.latest-blog-posts .testimonials-button .slick-next {
    right: 0;
}
.latest-blog-posts .testimonials-button .slick-arrow::before {
    content: '';
    display: inline-block;
    width: 32px;
    height: 32px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50%;
}
.latest-blog-posts .testimonials-button .slick-prev::before {
    background-image: url('/files/static/images/arrow-left-circle.svg');
}
.latest-blog-posts .testimonials-button .slick-next::before {
    background-image: url('/files/static/images/arrow-right-circle.svg');
}
.latest-blog-posts .latest-blog-posts-slider .latest-post-item a.img-link {
    display: block;
    max-width: 100%;
    height: 210px;
    overflow: hidden;
    border-radius: 16px;
    position: relative;
    margin: 0 0 24px;
}
.latest-blog-posts .latest-blog-posts-slider .latest-post-item a.img-link img {
    width: 100%;
    vertical-align: top;
}
.latest-blog-posts .latest-blog-posts-slider .latest-post-item .latest-post-date span {
    color: #65728C;
    font-family: Onest;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    letter-spacing: -0.13px;
    margin: 0 0 10px;
}
.latest-blog-posts .latest-blog-posts-slider .latest-post-item .latest-post-title h5 a {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #20222E;
    font-family: Onest;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    letter-spacing: -0.18px;
    margin: 0 0 12px;
}
.latest-blog-posts .latest-blog-posts-slider .latest-post-item .latest-post-body p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #3B3D53;
    font-family: Onest;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    letter-spacing: -0.13px;
    margin: 0;
}
@media (max-width: 600px) {
    .latest-blog-posts {
        padding: 20px 10px;
    }
    .latest-blog-posts .latest-blog-posts-title h2 {
        font-size: 26px;
    }
    .latest-blog-posts .testimonials-button .slick-arrow {
        top: 16px;
    }
}