.icon_cards_with_heading_content_and_link
{
    margin: 150px 0
}

.icon_cards_with_heading_content_and_link_inner .top_heading_section .heading_section
{
    margin-bottom: 57px
}

.icon_cards_with_heading_content_and_link_inner .top_heading_section .heading_section .heading
{
    margin: 0
}

.icon_cards_with_heading_content_and_link_inner .bottom_cards_section .cards_section
{
    gap: 25px
}

.icon_cards_with_heading_content_and_link_inner .bottom_cards_section .cards_section .cards
{
    background-color: var(--Color_Light_Orange);
    border-radius: 18px;
    overflow: hidden;
    width: calc(33.33% - 16.66px)
}

.icon_cards_with_heading_content_and_link_inner .bottom_cards_section .cards_section .cards .card_top
{
    padding: 40px 38px 40px 37px
}

.icon_cards_with_heading_content_and_link_inner .bottom_cards_section .cards_section .cards .card_top .icon_section
{
    margin-bottom: 16px;
    max-width: 38px;
    width: 100%
}

.icon_cards_with_heading_content_and_link_inner .bottom_cards_section .cards_section .cards .card_top .icon_section img
{
    max-height: 31px;
    min-height: 31px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    width: 100%
}

.icon_cards_with_heading_content_and_link_inner .bottom_cards_section .cards_section .cards .card_top .card_heading
{
    color: var(--Color_Teal);
    font-family: var(--Font_RidleyGrotesk_Bold);
    font-size: 19px;
    line-height: 110%;
    margin-bottom: 10px
}

.icon_cards_with_heading_content_and_link_inner .bottom_cards_section .cards_section .cards .card_top .card_content
{
    font-family: var(--Font_Figtree_Medium);
    font-size: 14px;
    line-height: 150%
}

.icon_cards_with_heading_content_and_link_inner .bottom_cards_section .cards_section .cards .card_button_wrapper
{
    background: var(--Linear_Gradient_1);
    margin-top: auto;
    padding: 19px 37px;
    width: 100%
}

@media (max-width:1359px)
{
    .icon_cards_with_heading_content_and_link
    {
        margin: 130px 0
    }

    .icon_cards_with_heading_content_and_link_inner .top_heading_section .heading_section
    {
        margin-bottom: 50px
    }
}

@media (max-width:1199px)
{
    .icon_cards_with_heading_content_and_link
    {
        margin: 100px 0
    }

    .icon_cards_with_heading_content_and_link_inner .top_heading_section .heading_section
    {
        margin-bottom: 40px
    }
}

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

    .icon_cards_with_heading_content_and_link_inner .top_heading_section .heading_section
    {
        margin-bottom: 32px
    }

    .icon_cards_with_heading_content_and_link_inner .bottom_cards_section .cards_section
    {
        gap: 31.5px
    }

    .icon_cards_with_heading_content_and_link_inner .bottom_cards_section .cards_section .cards
    {
        width: 100%
    }

    .icon_cards_with_heading_content_and_link_inner .bottom_cards_section .cards_section .cards .card_top
    {
        padding: 36px
    }

    .icon_cards_with_heading_content_and_link_inner .bottom_cards_section .cards_section .cards .card_button_wrapper
    {
        padding: 18px 36px
    }
}