/**************** Section Spacing Start ***************/
.page-template-template-home_new .cards_using_posts {
    margin: 100px 0;
}

.page-template-template-home_new .cards_using_posts.remove_tos {
    margin-top: 0;
}

.page-template-template-home_new .cards_using_posts.remove_bos {
    margin-bottom: 0;
}

@media (max-width: 1639px) {
    .page-template-template-home_new .cards_using_posts {
        margin: 90px 0;
    }
}

@media (max-width: 1359px) {
    .page-template-template-home_new .cards_using_posts {
        margin: 80px 0;
    }
}

@media (max-width: 1199px) {
    .page-template-template-home_new .cards_using_posts {
        margin: 70px 0;
    }
}

@media (max-width: 991px) {
    .page-template-template-home_new .cards_using_posts {
        margin: 60px 0;
    }
}

@media (max-width: 767px) {
    .page-template-template-home_new .cards_using_posts {
        margin: 50px 0;
    }
}

/**************** Section Spacing End ***************/

.page-template-template-home_new .cards_using_posts .section_inner {
    background: linear-gradient(315deg, #59D9E3 0%, #034FAF 100%);
    padding: 50px 0;
}

.page-template-template-home_new .cards_using_posts .section_heading {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    margin-bottom: 28px;
}

.page-template-template-home_new .cards_using_posts .section_heading .section_heading_inner {
    max-width: 580px;
    color: #ffffff;
}

.page-template-template-home_new .cards_using_posts .section_heading  .heading_text {
    color: #ffffff;
}

.page-template-template-home_new .cards_using_posts .card_list .card_list_wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 -10px;
}

.page-template-template-home_new .cards_using_posts .card_list .item {
    padding: 0 10px;
    margin-bottom: 20px;
    width: calc(100%/4);
}

.page-template-template-home_new .cards_using_posts .card_list .item .item_inner {
    border: 2px solid #ffffff;
    height: 100%;
}

.page-template-template-home_new .cards_using_posts .card_list .item .item_inner .image_section {
    position: relative;
    padding-bottom: 180px;
    overflow: hidden;
}

.page-template-template-home_new .cards_using_posts .card_list .item .item_inner .image_section .img_link {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.page-template-template-home_new .cards_using_posts .card_list .item .item_inner .image_section .image_bg {
    transform: scale(1);
    transition: all ease 0.5s;
}

.page-template-template-home_new .cards_using_posts .card_list .item .item_inner .image_section:hover .image_bg {
    transform: scale(1.1);
}

.page-template-template-home_new .cards_using_posts .item .image_section .image_bg {
    position: absolute;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.page-template-template-home_new .cards_using_posts .item .bottom_content {
    padding: 20px;
}

.page-template-template-home_new .cards_using_posts .item .post_date_text {
    font-family: Roboto;
    font-size: 14px;
    font-weight: 400;
    line-height: 23.1px;
    color: #ffffff;
    margin-bottom: 10px;
}

.page-template-template-home_new .cards_using_posts .item .post_title_text a {
    font-family: 'Poppins-bold';
    font-size: 20px;
    line-height: 1.35;
    color: #ffffff;
    text-decoration: none;
}

.page-template-template-home_new .cards_using_posts .item .post_title_text a:hover {
    color: #000;
    text-decoration: none;
}

@media (max-width: 1359px) {}

@media (max-width: 1199px) {}

@media (max-width: 991px) {
    .page-template-template-home_new .cards_using_posts .card_list .item {
        width: calc(100% / 3);
    }
}

@media (max-width: 767px) {
    .page-template-template-home_new .cards_using_posts .card_list .item {
        width: calc(100% / 2);
    }
    .page-template-template-home_new .cards_using_posts .item .post_title_text a {
        font-size: 18px;
    }
}

@media (max-width: 575px) {
    .page-template-template-home_new .cards_using_posts .card_list .item {
        width: 100%;
    }
    .page-template-template-home_new .cards_using_posts .item .bottom_content {
        padding: 20px 15px;
    }
    .page-template-template-home_new .cards_using_posts .item .post_title_text a {
        font-size: 16px;
    }
}