
.guides-articles-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 40px;
    padding: 80px 0;

    .section-title {
        display: flex;
        flex-direction: column;
        row-gap: 8px;
    }

    .title-section-Demo {
        margin: 0;
        text-align: center;
        line-height: 1.21;
    }

    .section-title p.subtitle {
        font-family: Inter;
        font-size: 18px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.56;
        letter-spacing: normal;
        text-align: center;
        color: #002c45;
        margin: 0;
    }

    .image-post-wrapper {
        display: flex;
        column-gap: 23px;
    }

    .image-wrapper {
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7), rgba(43, 43, 43, 0) 50%, rgba(0, 0, 0, 0.4)),
        var(--bg-image);
        background-size: cover;
        background-position: center;
        width: 894px;
        height: 502px;
        position: relative;
        border-radius: 5px;
    }

    .image-wrapper[href="javascript:void(0)"] {
        cursor: default;
        pointer-events: none;
    }

    .image-wrapper .video-link {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background-color: #00b5d3;
        border-radius: 50%;
        width: 120px;
        height: 120px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .image-wrapper .video-link img {
        width: 90px;
        height: 90px;
    }

    .overlay-title {
        font-family: Inter;
        font-size: 32px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.53;
        letter-spacing: normal;
        text-align: left;
        color: #fff;
        margin: 32px;
    }

    .side-posts {
        display: flex;
        flex-direction: column;
        row-gap: 32px;
        max-width: 282px;
    }

    .side-post-item a {
        row-gap: 8px;
        display: flex;
        flex-direction: column;
        padding-bottom: 16px;
        border-bottom: 1px solid #cbd3d9;
    }

    .side-post-item a .post-type {
        font-family: Inter;
        font-size: 18px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.56;
        letter-spacing: normal;
        text-align: left;
        color: #00b5d3;
    }

    .side-post-item a .post-title {
        font-family: Inter;
        font-size: 18px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.56;
        letter-spacing: normal;
        text-align: left;
        color: #002c45;
        margin: 0;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    /*icons*/
    .side-post-item a .post-type:before {
        width: 24px;
        height: 24px;
        content: '';
        background-size: contain;
        display: inline-block;
        vertical-align: middle;
        background-repeat: no-repeat;
        margin-right: 4px;
    }

    .side-post-item a.article .post-type:before {
        background-image: url('../icons/article-icon.svg');
        transform: translateY(-2px);
    }

    .side-post-item a.testimonial .post-type:before {
        background-image: url('../icons/Testimonials.svg');
    }

    .side-post-item a.digital_tools .post-type:before {
        background-image: url('../icons/tools-icon.svg');
    }

    .side-post-item a.quiz .post-type:before {
        background-image: url('../icons/quiz-icon.svg');
    }

    .side-post-item a.guide .post-type:before,
    .side-post-item a.crop .post-type:before {
        background-image: url('../icons/icon-guide.svg');
        width: 20px;
        height: 20px;
    }

    .side-post-item a.video .post-type:before {
        background-image: url('../icons/video-icon.svg');
        width: 20px;
        height: 20px;
        transform: translateY(-1px);
    }

    .side-post-item a.news .post-type:before {
        background-image: url('../icons/news-icon.svg');
        width: 22px;
        height: 19px;
        margin-right: 6px;
        transform: translateY(-3px);
    }

    .side-post-item a.tag_results .post-type:before {
        background-image: url('../icons/tag.svg');
        width: 23px;
        height: 31px;
        transform: translateY(-2px)
    }

    .side-post-item a.trial .post-type:before{
        background-image: url('../icons/trial-results-icon.svg');
        width: 18px;
        height: 18px;
        transform: translateY(-2px);
    }

    .side-post-item a.event .post-type:before {
        background-image: url('../icons/event-icon.svg');
        width: 18px;
        height: 20px;
        margin-right: 6px;
        transform: translateY(-3px);
    }

    .side-post-item a.podcast .post-type:before {
        background-image: url('../icons/podcast.svg');
    }

    .side-post-item a.ebook .post-type:before {
        background-image: url('../icons/ebook.svg');
        width: 25px;
    }

    @media (max-width: 768px) {
        row-gap: 24px;
        padding: 40px 20px;
        align-items: flex-start;

        .title-section-Demo {
            text-align: left;
            line-height: normal;
            font-size: 32px;
        }

        .section-title p.subtitle {
            font-size: 16px;
            text-align: left;
        }

        .image-post-wrapper {
            row-gap: 16px;
            column-gap:0;
            flex-direction: column;
            width: 100%;
        }

        .image-wrapper {
            background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), rgba(43, 43, 43, 0) 50%, rgba(0, 0, 0, 0.2)),
            var(--bg-image);
            width: 100%;
            height: 189px;
            background-size: cover;
            background-position: center;
        }

        .image-wrapper .video-link {
            width: 50px;
            height: 50px;
        }

        .image-wrapper .video-link img {
            width: 35px;
            height: 35px;
        }

        .overlay-title {
            display: none;
        }

        .side-posts {
            row-gap: 24px;
            max-width: 100%;
        }

        .side-post-item a .post-type {
            font-size: 16px;
            line-height: 1.31;
        }

        .side-post-item a .post-title {
            font-size: 16px;
        }

        .btn-white.btn-view-more {
            width: 100%;
            max-width: 100%;
        }

    }

}