.heading_with_icon_grid_section {
    margin: 80px 0
}

.heading_with_icon_grid_section .heading_with_icon_grid_section_inner .heading_with_icon_grid_section_heading {
    margin-bottom: 80px
}

.heading_with_icon_grid_section .heading_with_icon_grid_section_inner .heading_with_icon_grid_section_grid {
    gap: 40px 30px
}

.heading_with_icon_grid_section .heading_with_icon_grid_section_inner .heading_with_icon_grid_section_grid_item {
    row-gap: 20px;
    width: calc(30.209% - 20px)
}

.heading_with_icon_grid_section .heading_with_icon_grid_section_inner .heading_with_icon_grid_section_grid_item_icon {
    border-radius: 80%;
    height: 56px;
    padding: 8px;
    width: 56px
}

.heading_with_icon_grid_section .heading_with_icon_grid_section_inner .heading_with_icon_grid_section_grid_item_icon.bg_teal {
    background-color: var(--color_teal)
}

.heading_with_icon_grid_section .heading_with_icon_grid_section_inner .heading_with_icon_grid_section_grid_item_icon.bg_blue {
    background-color: var(--color_gray_250)
}

.heading_with_icon_grid_section .heading_with_icon_grid_section_inner .heading_with_icon_grid_section_grid_item_title {
    font-family: var(--font_GeneralSans_Medium);
    font-size: 24px;
    line-height: 32px
}

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

    .heading_with_icon_grid_section .heading_with_icon_grid_section_inner .heading_with_icon_grid_section_heading {
        margin-bottom: 70px
    }

    .heading_with_icon_grid_section .heading_with_icon_grid_section_inner .heading_with_icon_grid_section_grid_item {
        width: calc(50% - 15px)
    }
}

@media (max-width:991px) {
    .heading_with_icon_grid_section {
        margin: 80px 0 60px
    }

    .heading_with_icon_grid_section .heading_with_icon_grid_section_inner .heading_with_icon_grid_section_heading {
        margin-bottom: 60px
    }
}

@media (max-width:767px) {
    .heading_with_icon_grid_section {
        margin: 80px 0 50px
    }

    .heading_with_icon_grid_section .heading_with_icon_grid_section_inner .heading_with_icon_grid_section_heading {
        margin-bottom: 50px
    }
}

@media (max-width:575px) {
    .heading_with_icon_grid_section {
        margin: 80px 0 40px
    }

    .heading_with_icon_grid_section .heading_with_icon_grid_section_inner .heading_with_icon_grid_section_heading .heading {
        line-height: 42px
    }

    .heading_with_icon_grid_section .heading_with_icon_grid_section_inner .heading_with_icon_grid_section_grid {
        gap: 50px 20px
    }

    .heading_with_icon_grid_section .heading_with_icon_grid_section_inner .heading_with_icon_grid_section_grid_item {
        width: 100%
    }
}

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