

/* Start:/local/templates/insapp3/assets/css/blog/style.css?17458410011079*/
.blog, .body-sections {
    display: flex;
    width: 100%;
    flex-direction: column;
    gap: 100px;
}

.articles-container {
    gap: 32px;
    align-items: flex-start;
}

.articles-container .articles-heading > h1 {
    color: var(--default-card-text-color);
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
}

.article-cards {
    flex-wrap: wrap;
    gap: 16px;
}

.article-cards .article-card {
    /*width: 540px;*/
    /*max-width: 540px;*/
    height: 400px;
    max-height: 400px;
    flex: 1 0 calc(33.333% - 20px);
    /*flex: 0 0 calc(33.333% - 20px);*/
    position: relative;;
}

.article-cards .article-card img.blog-icon {
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 24px;
    right: 24px;
    width: 30px;
    height: 30px;
}

.article-cards .article-card:hover img.blog-icon {
    opacity: 1;
    visibility: visible;;
}

.paginate-wrapper {
    display: flex;
    flex-direction: row;
    gap: 16px;
    justify-content: center;
}
.bx-pagination {
    margin: 0 auto;
}
/* End */


/* Start:/local/templates/insapp3/assets/css/blog/media.css?17458406961635*/
@media (max-width: 1440px) {
    .article-cards .article-card {
        height: 300px;
    }

    .article-cards .article-card h2.article-title {
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: 30px;
    }

    .article-cards .article-card .article-description {
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 22px;
    }
}

@media (max-width: 1024px) {
    .blog, .body-sections {
        gap: 72px;
    }
}

@media (max-width: 768px) {
    .blog, .body-sections {
        gap: 32px;
    }

    .article-cards {
        gap: 8px;
    }

    .article-cards .article-card {
        /*width: 100%;*/
        height: 220px;
        flex: 1 0 calc(33.333% - 8px);
    }

    .article-cards .article-card .article-card__content {
        gap: 12px;
    }

    .article-cards .article-card h2.article-title {
        font-size: 12px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }

    .article-cards .article-card .article-description {
        font-size: 10px;
        font-style: normal;
        font-weight: 400;
        line-height: 16px; /* 160% */
    }
}

@media (max-width: 576px) {
    .blog, .body-sections {
        gap: 48px;
    }

    .articles-container {
        gap: 16px;
    }

    .articles-container .articles-heading > h1 {
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: 20px;
    }

    .article-cards .article-card {
        flex: auto;
    }

    .radio-row .radio-list > label {
        width: max-content;
    }
}
/* End */
/* /local/templates/insapp3/assets/css/blog/style.css?17458410011079 */
/* /local/templates/insapp3/assets/css/blog/media.css?17458406961635 */
