.related_articles_section {
    margin: 100px 0
}

.related_articles_section.remove_tos {
    margin-top: 0
}

.related_articles_section.remove_bos {
    margin-bottom: 0
}

.related_articles_section .section_inner .heading_section {
    margin-bottom: 30px
}

.related_articles_section .section_inner .heading_section .heading_text {
    margin: 0
}

.related_articles_section .section_inner .related_post_list_grid {
    display: grid !important;
    gap: 60px 32px;
    grid-template-columns: repeat(3, 1fr)
}

.related_articles_section .section_inner .related_post_list_grid .related_post_item .post_image {
    overflow: hidden;
    padding-bottom: 240px;
    position: relative
}

.related_articles_section .section_inner .related_post_list_grid .related_post_item .post_image img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    position: absolute;
    transition: all .5s ease;
    width: 100%
}

.related_articles_section .section_inner .related_post_list_grid .related_post_item .post_content {
    padding-top: 20px
}

.related_articles_section .section_inner .related_post_list_grid .related_post_item .post_content .post_category {
    color: var(--color_teal);
    font-family: var(--font_inter_semibold);
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 8px
}

.related_articles_section .section_inner .related_post_list_grid .related_post_item .post_content .post_title {
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    color: var(--color_black_2);
    display: -webkit-box;
    font-family: var(--font_inter_semibold);
    font-size: 24px;
    line-height: 1.3334;
    overflow: hidden;
    text-overflow: ellipsis
}

.related_articles_section .section_inner .related_post_list_grid .related_post_item .post_content .short_description {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: var(--color_text_black);
    display: -webkit-box;
    font-family: var(--font_inter_regular);
    font-size: 16px;
    line-height: 1.5;
    margin-top: 8px;
    overflow: hidden;
    text-overflow: ellipsis
}

.related_articles_section .section_inner .related_post_list_grid .related_post_item .post_item_link:hover .post_image img {
    transform: scale(1.1)
}

@media (max-width:1359px) {
    .related_articles_section {
        margin: 85px 0
    }

    .related_articles_section .section_inner .related_post_list_grid .related_post_item .post_content .post_title {
        font-size: 20px
    }
}

@media (max-width:1199px) {
    .related_articles_section {
        margin: 70px 0
    }

    .related_articles_section .section_inner .related_post_list_grid {
        gap: 45px 24px
    }

    .related_articles_section .section_inner .related_post_list_grid .related_post_item .post_content .post_title {
        font-size: 18px
    }
}

@media (max-width:991px) {
    .related_articles_section {
        margin: 55px 0
    }

    .related_articles_section .section_inner .related_post_list_grid {
        gap: 30px 15px
    }
}

@media (max-width:767px) {
    .related_articles_section {
        margin: 40px 0
    }

    .related_articles_section .section_inner .related_post_list_grid {
        gap: 30px 20px;
        grid-template-columns: repeat(1, 1fr)
    }
}

/*# sourceMappingURL=related_articles.css.map */