.new-boxed-grid-section {
    padding: 40px 20px;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.new-boxed-grid-section .bg-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    mix-blend-mode: multiply;
    opacity: 0.5;
}


.new-boxed-grid-section .wrap {
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.new-boxed-grid-section .wrap .column-header h2 {
    color: #fff;
    margin: 0;
    font-family: Times New Roman;
    font-size: 36px;
    font-weight: 400;
    line-height: 44px;
    text-align: center;
}

.new-boxed-grid-section .wrap .column-body {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}

.new-boxed-grid-section .wrap .column-body .box-wrap {
    background: #fff;
    padding: 24px;
    box-shadow: 5px 5px 20px 0px #0000001A;
    border-radius: 12px;
    width: 100%;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.new-boxed-grid-section .wrap .column-body .box-wrap .box-header {
    display: flex;
    height: 80px;
}

.new-boxed-grid-section .wrap .column-body .box-wrap .box-header.no-logo {
    display: none;
}

.new-boxed-grid-section .wrap .column-body .box-wrap .box-header img {
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: left;
    object-position: left;
}

.new-boxed-grid-section .wrap .column-body .box-wrap .box-child-inner {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-top: auto;
}

.new-boxed-grid-section .wrap .column-body .box-wrap .box-child-inner h5 {
    font-family: Times New Roman;
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    color: #0E4C84;
    margin: 0;
}

.new-boxed-grid-section .wrap .column-body .box-wrap .box-child-inner .child-title {
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #404040;
}

@media screen and (min-width: 768px) {
    .new-boxed-grid-section {
        padding: 100px 20px;
    }

    .new-boxed-grid-section .wrap .column-header h2 {
        font-size: 44px;
        line-height: 54px;
    }

    .new-boxed-grid-section .wrap {
        gap: 60px;
    }

    .new-boxed-grid-section .wrap .column-body .box-wrap {
        max-width: calc(100% / 3 - 15px);
    }

    .new-boxed-grid-section .wrap .column-body .box-wrap .box-header.no-logo {
        display: block;
    }
}

.new-boxed-grid-section .wrap .column-body .box-wrap h3 {
    margin: 0;
    color: #0E4C84;

    /* Desktop/H5 - Desktop */
    font-family: "PT Serif";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    /* 133.333% */
    text-transform: capitalize;
}

.new-boxed-grid-section .wrap .column-body .box-wrap .box-child-inner .child-position {
    overflow: hidden;
    color: #000;

    /* H6 */
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
    /* 144.444% */
}

.new-boxed-grid-section .wrap .column-body .box-wrap .box-child-inner .child-year {
    overflow: hidden;
    color: #666;

    /* Par */
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    /* 144.444% */
}

@media (max-width: 767px) {
    .new-boxed-grid-section .wrap .column-body .box-wrap {
        padding: 20px;
    }

    .new-boxed-grid-section .wrap .column-body .box-wrap {
        gap: 20px;
    }

    .new-boxed-grid-section .wrap .column-body .box-wrap h3 {
        font-size: 20px;
        line-height: 28px;
    }
}