.featured_products{}
.three_column_grid_with_heading {
    margin: 60px 0;
}

.three_column_grid_with_heading .top_section {
    margin-bottom: 48px;
}

.three_column_grid_with_heading .tagline_section {
    font-size: 14px;
    color: #000;
    font-weight: 600;
    line-height: 1;
    padding-left: 17px;
    position: relative;
    margin-bottom: 10px;
}

.three_column_grid_with_heading .tagline_section::after {
    content: '';
    width: 7px;
    height: 7px;
    background-color: #C10439;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
}

.three_column_grid_with_heading .top_section>.heading_section {
    font-size: 48px;
    line-height: 1.05;
    font-weight: 600;
    text-transform: uppercase;
    color: #091E42;
}

.three_column_grid_with_heading .bottom_section .image_with_heading .image_section {
    min-height: 272px;
    max-height: 272px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.three_column_grid_with_heading .bottom_section .image_with_heading .image_section>img {
    max-width: 100%;
    height: 100%;
    padding: 29px 0;
    object-fit: contain;
}

.three_column_grid_with_heading .bottom_section .image_with_heading .heading_section {
    font-size: 24px;
    line-height: 32px;
    color: #000B1F;
    font-weight: 700;
}

.three_column_grid_with_heading .bottom_section {
    display: grid;
    gap: 1px;
    grid-template-columns: repeat(3, calc(33.33% - 0.66px));

}

.three_column_grid_with_heading .image_with_heading {
    padding: 0 15px;
    padding-bottom: 37px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
}

.three_column_grid_with_heading .image_with_heading.top-left::before {
    content: '';
    position: absolute;
    top: 0;
    right: -1px;
    width: 1px;
    height: 100%;
    background: linear-gradient(to bottom,
            rgba(193, 0, 57, 0) 0%,
            rgba(193, 0, 57, 0.71) 28%,
            rgba(193, 0, 57, 1) 100%);


}

.three_column_grid_with_heading .image_with_heading.top-left::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(to right,
            rgba(193, 0, 57, 0) 0%,
            rgba(193, 0, 57, 0.71) 28%,
            rgba(193, 0, 57, 1) 100%);


}

.three_column_grid_with_heading .image_with_heading.bottom-right::before {
    content: '';
    position: absolute;
    top: -1px;
    right: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(to left,
            rgba(193, 0, 57, 0) 0%,
            rgba(193, 0, 57, 0.71) 28%,
            rgba(193, 0, 57, 1) 100%);


}

.three_column_grid_with_heading .image_with_heading.bottom-right::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: -1px;
    width: 1px;
    height: 100%;
    background: linear-gradient(to top,
            rgba(193, 0, 57, 0) 0%,
            rgba(193, 0, 57, 0.71) 28%,
            rgba(193, 0, 57, 1) 100%);


}

.three_column_grid_with_heading .image_with_heading.bottom-middle::after {
    content: '';
    position: absolute;
    top: -1px;
    left: -1px;
    width: calc(100% + 2px);
    height: 1px;
    background: linear-gradient(rgba(193, 0, 57, 0) 0%,
            rgba(193, 0, 57, 0.71) 28%,
            rgba(193, 0, 57, 1) 100%);


}


.three_column_grid_with_heading .image_with_heading.top-right::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(to left, rgba(193, 0, 57, 0) 0%,
            rgba(193, 0, 57, 0.71) 28%,
            rgba(193, 0, 57, 1) 100%);

}

.three_column_grid_with_heading .image_with_heading.top-middle::before {
    content: '';
    position: absolute;
    bottom: -1px;
    left: -1px;
    width: calc(100% + 2px);
    height: 1px;
    background: linear-gradient(to bottom, rgba(193, 0, 57, 0) 0%,
            rgba(193, 0, 57, 0.71) 28%,
            rgba(193, 0, 57, 1) 100%);


}

.three_column_grid_with_heading .image_with_heading.top-middle::after {
    content: '';
    position: absolute;
    top: 0;
    right: -1px;
    width: 1px;
    height: 100%;
    background: linear-gradient(to bottom, rgba(193, 0, 57, 0) 0%,
            rgba(193, 0, 57, 0.71) 28%,
            rgba(193, 0, 57, 1) 100%);


}

.three_column_grid_with_heading .image_with_heading.middle-left::before {
    content: '';
    position: absolute;
    top: -1px;
    right: -1px;
    width: calc(100% + 2px);
    height: 1px;
    background: linear-gradient(to right, rgba(193, 0, 57, 0) 0%,
            rgba(193, 0, 57, 0.71) 28%,
            rgba(193, 0, 57, 1) 100%);

}

.three_column_grid_with_heading .image_with_heading.middle-left::after {
    content: '';
    position: absolute;
    top: -1px;
    right: -1px;
    width: 1px;
    height: calc(100% + 2px);
    background: linear-gradient(to right, rgba(193, 0, 57, 0) 0%,
            rgba(193, 0, 57, 0.71) 28%,
            rgba(193, 0, 57, 1) 100%);

}

.three_column_grid_with_heading .image_with_heading.middle::after {
    content: '';
    position: absolute;
    top: -1px;
    right: -1px;
    width: 1px;
    height: calc(100% + 2px);
    background: linear-gradient(to right, rgba(193, 0, 57, 0) 0%,
            rgba(193, 0, 57, 0.71) 28%,
            rgba(193, 0, 57, 1) 100%);


}

.three_column_grid_with_heading .image_with_heading.middle::before {
    content: '';
    position: absolute;
    bottom: -1px;
    right: -1px;
    width: calc(100% + 2px);
    height: 1px;
    background: linear-gradient(rgba(193, 0, 57, 0) 0%,
            rgba(193, 0, 57, 0.71) 28%,
            rgba(193, 0, 57, 1) 100%);


}

.three_column_grid_with_heading .image_with_heading.middle-right::before {
    content: '';
    position: absolute;
    bottom: -1px;
    right: -1px;
    width: calc(100% + 2px);
    height: 1px;
    background: linear-gradient(to left, rgba(193, 0, 57, 0) 0%,
            rgba(193, 0, 57, 0.71) 28%,
            rgba(193, 0, 57, 1) 100%);


}

.three_column_grid_with_heading .image_with_heading.bottom-left::before {
    content: '';
    position: absolute;
    top: -1px;
    right: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(to right,
            rgba(193, 0, 57, 0) 0%,
            rgba(193, 0, 57, 0.71) 28%,
            rgba(193, 0, 57, 1) 100%);


}

.three_column_grid_with_heading .image_with_heading.bottom-left::after {
    content: '';
    position: absolute;
    top: 0;
    right: -1px;
    width: 1px;
    height: 100%;
    background: linear-gradient(to top, rgba(193, 0, 57, 0) 0%,
            rgba(193, 0, 57, 0.71) 28%,
            rgba(193, 0, 57, 1) 100%);


}

.three_column_grid_with_heading .image_with_heading.bottom-middle::before {
    content: '';
    position: absolute;
    top: -1px;
    right: -1px;
    width: 1px;
    height: calc(100% + 2px);
    background: linear-gradient(to top, rgba(193, 0, 57, 0) 0%,
            rgba(193, 0, 57, 0.71) 28%,
            rgba(193, 0, 57, 1) 100%);

}

@media(max-width: 1359px) {
    .three_column_grid_with_heading .top_section>.heading_section {
        font-size: 45px;
    }
}

@media(max-width: 1199px) {
    .three_column_grid_with_heading .top_section {
        margin-bottom: 40px;
    }

    .three_column_grid_with_heading .bottom_section .image_with_heading>.heading_section {
        font-size: 20px;
        line-height: 30px;
    }
}

@media(max-width: 991px) {
    .three_column_grid_with_heading .top_section {
        margin-bottom: 35px;
    }

    .three_column_grid_with_heading .top_section>.heading_section {
        font-size: 40px;
    }

    .three_column_grid_with_heading .bottom_section .image_with_heading>.image_section {
        min-height: 240px;
    }

    .three_column_grid_with_heading .image_with_heading {
        padding-bottom: 25px;
    }

}

@media (max-width: 767px) {
    .three_column_grid_with_heading .top_section {
        margin-bottom: 25px;
    }

    .three_column_grid_with_heading {
        margin: 48px 0;
    }

    .three_column_grid_with_heading .bottom_section {
        grid-template-columns: repeat(2, calc(50% - 0.5px));
    }

    .three_column_grid_with_heading .top_section>.heading_section {
        font-size: 35px;
    }

    .three_column_grid_with_heading .bottom_section .image_with_heading>.heading_section {
        font-size: 18px;
        line-height: 28px;
    }
}

@media (max-width: 575px) {
    .three_column_grid_with_heading .bottom_section {
        grid-template-columns: 100%;
    }

    .three_column_grid_with_heading .image_with_heading.top-left::before,
    .three_column_grid_with_heading .image_with_heading.middle-left::after,
    .three_column_grid_with_heading .image_with_heading.bottom-left::after {
        display: none;
    }

    .three_column_grid_with_heading .image_with_heading.top-left::after,
    .three_column_grid_with_heading .image_with_heading.middle-left::before,
    .three_column_grid_with_heading .image_with_heading.bottom-left::before {
        background: linear-gradient(to right, rgba(193, 0, 57, 0) 0%, rgba(193, 0, 57, 0.7) 50%, rgba(193, 0, 57, 0) 100%)
    }
}