.cards_with_image_and_content
{
    margin: 150px 0
}

.cards_with_image_and_content_inner .top_heading_section
{
    margin-bottom: 60px
}

.cards_with_image_and_content_inner .top_heading_section .heading
{
    margin: 0
}

.cards_with_image_and_content_inner .bottom_cards_section
{
    gap: 26px
}

.cards_with_image_and_content_inner .bottom_cards_section .cards
{
    background-color: var(--Color_Gray_2);
    border: 1px solid var(--Color_White_Smoke);
    border-radius: 18px;
    overflow: hidden;
    width: calc(50% - 13px)
}

.cards_with_image_and_content_inner .bottom_cards_section .cards_inner
{
    gap: 50px;
    height: 100%
}

.cards_with_image_and_content_inner .bottom_cards_section .cards_inner .top_image_section
{
    padding-top: 50.966%
}

.cards_with_image_and_content_inner .bottom_cards_section .cards_inner .top_image_section img
{
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    top: 0;
    width: 100%
}

.cards_with_image_and_content_inner .bottom_cards_section .cards_inner .bottom_heading_content_and_link
{
    height: 100%;
    padding: 0 52px 60px
}

.cards_with_image_and_content_inner .bottom_cards_section .cards_inner .bottom_heading_content_and_link .heading_section
{
    margin-bottom: 21px
}

.cards_with_image_and_content_inner .bottom_cards_section .cards_inner .bottom_heading_content_and_link .heading_section .heading
{
    margin: 0
}

.cards_with_image_and_content_inner .bottom_cards_section .cards_inner .bottom_heading_content_and_link .content_section
{
    margin-bottom: 35px
}

.cards_with_image_and_content_inner .bottom_cards_section .cards_inner .bottom_heading_content_and_link .bottom_link_section
{
    margin-top: auto
}

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

    .cards_with_image_and_content_inner .top_heading_section
    {
        margin-bottom: 50px
    }
}

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

    .cards_with_image_and_content_inner .top_heading_section
    {
        margin-bottom: 40px
    }
}

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

    .cards_with_image_and_content_inner .top_heading_section
    {
        margin-bottom: 32px
    }

    .cards_with_image_and_content_inner .bottom_cards_section .cards_inner
    {
        gap: 31px
    }

    .cards_with_image_and_content_inner .bottom_cards_section .cards_inner .bottom_heading_content_and_link
    {
        padding: 0 35px 40px
    }

    .cards_with_image_and_content_inner .bottom_cards_section .cards_inner .bottom_heading_content_and_link .heading_section
    {
        margin-bottom: 11.6px
    }

    .cards_with_image_and_content_inner .bottom_cards_section .cards_inner .bottom_heading_content_and_link .content_section
    {
        margin-bottom: 15px
    }
}

@media (max-width:767px)
{
    .cards_with_image_and_content_inner .bottom_cards_section .cards
    {
        width: 100%
    }

    .cards_with_image_and_content_inner .bottom_cards_section .cards_inner .bottom_heading_content_and_link
    {
        padding: 0 33px 27px
    }
}