.three_column_card_list_section {
    background-color: var(--color_blue_100);
    padding: 120px 0
}

.three_column_card_list_section .three_column_card_list_section_inner .three_column_card_list_section_sub_heading {
    color: var(--color_blue_50);
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 12px
}

.three_column_card_list_section .three_column_card_list_section_inner .three_column_card_list_section_heading {
    color: var(--color_gray_10);
    margin-bottom: 80px
}

.three_column_card_list_section .three_column_card_list_section_inner .three_column_card_list_section_heading span {
    color: var(--color_blue_50);
    font-style: italic
}

.three_column_card_list_section .three_column_card_list_section_inner .three_column_card_list_section_grid {
    gap: 50px 40px;
    margin-bottom: 60px
}

.three_column_card_list_section .three_column_card_list_section_inner .three_column_card_list_section_grid_item {
    width: calc(33.33% - 26.67px)
}

.three_column_card_list_section .three_column_card_list_section_inner .three_column_card_list_section_grid_item_image {
    padding-top: 64.761%;
    position: relative
}

.three_column_card_list_section .three_column_card_list_section_inner .three_column_card_list_section_grid_item_image img {
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    position: absolute;
    top: 0;
    width: 100%
}

.three_column_card_list_section .three_column_card_list_section_inner .three_column_card_list_section_grid_item_heading {
    color: var(--color_gray_10);
    font-size: 32px;
    line-height: 40px
}

.three_column_card_list_section .three_column_card_list_section_inner .three_column_card_list_section_grid_item_description {
    color: var(--color_gray_10);
    opacity: .5
}

@media (max-width:1199px) {
    .three_column_card_list_section {
        padding: 100px 0 90px
    }

    .three_column_card_list_section .three_column_card_list_section_inner .three_column_card_list_section_sub_heading {
        font-size: 22px;
        margin-bottom: 9px
    }

    .three_column_card_list_section .three_column_card_list_section_inner .three_column_card_list_section_heading {
        margin-bottom: 70px
    }

    .three_column_card_list_section .three_column_card_list_section_inner .three_column_card_list_section_grid {
        gap: 50px 30px
    }

    .three_column_card_list_section .three_column_card_list_section_inner .three_column_card_list_section_grid_item {
        width: calc(33.33% - 20px)
    }
}

@media (max-width:991px) {
    .three_column_card_list_section {
        padding: 80px 0 70px
    }

    .three_column_card_list_section .three_column_card_list_section_inner .three_column_card_list_section_sub_heading {
        font-size: 20px;
        margin-bottom: 6px
    }

    .three_column_card_list_section .three_column_card_list_section_inner .three_column_card_list_section_heading {
        margin-bottom: 60px
    }

    .three_column_card_list_section .three_column_card_list_section_inner .three_column_card_list_section_grid {
        gap: 50px 20px
    }

    .three_column_card_list_section .three_column_card_list_section_inner .three_column_card_list_section_grid_item {
        width: 100%
    }

    .three_column_card_list_section .three_column_card_list_section_inner .three_column_card_list_section_grid_item_image {
        padding-top: 63%
    }
}

@media (max-width:767px) {
    .three_column_card_list_section {
        padding: 80px 0 40px
    }

    .three_column_card_list_section .three_column_card_list_section_inner .three_column_card_list_section_sub_heading {
        font-size: 18px;
        margin-bottom: 4px
    }

    .three_column_card_list_section .three_column_card_list_section_inner .three_column_card_list_section_heading {
        font-size: 32px;
        line-height: 43px;
        margin-bottom: 50px
    }

    .three_column_card_list_section .three_column_card_list_section_inner .three_column_card_list_section_grid {
        margin-bottom: 50px
    }

    .three_column_card_list_section .three_column_card_list_section_inner .three_column_card_list_section_grid_item_image {
        padding-top: 62.395%
    }
}

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