.feature_section_card .content {
    padding: 30px 20px 20px 30px;
}

.product_feature {
    margin-top: 30px;
    margin-bottom: 30px;
}

.feature_section_card {
    box-shadow: 0px 0px 14px #E2E6EB;
    margin-top: 12px;
    margin-bottom: 12px;
    width:49%;
}
.feature_section_box {
    column-gap: 2%;
}
.feature_section_card .content ul li {
    list-style-image: url('../../../../content/dam/itcfoodservices/homepage/featuresection/Vector%2022.svg');
    font-family: 'Spectral', serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 45px;
    color: #383838;
    position:relative;
    list-style: none;
}
.feature_section_card .content ul li::before{
    background: url('../../../../content/dam/itcfoodservices/homepage/featuresection/Vector%2022.svg') no-repeat left;
	position: absolute;
    top: 50%;
    margin: -1px 0 0 -25px;
    vertical-align: middle;
    display: inline-block;
    width: 16px;
    height: 7px;
    content: "";
    background-size: contain;
    transform: translateY(-50%);
}
.feature_section_card .content ul li:hover {
	color: #3973B7;
}
.feature_image_desktop {
    display: block;
}

.feature_image_mobile {
    display: none;
}


.feature_section_card h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    color: #3973B7;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 24px;
    margin-bottom:18px;
}

 @media(max-width:767px) {
	.feature_image_desktop {
        display: none;
    }

    .feature_image_mobile {
        display: block;
        width: 100%;
    }
.feature_section_card {
    width:84%;
}
.feature_section_box {
    justify-content: center;
}
.feature_section_card .content {
    padding: 50px 20px 20px 30px;
}
}
@media (min-width: 768px) and (max-width: 1200px) {
	.feature_section_card {
    width:100%;
}
.feature_section_card .content {
    padding: 50px 20px 20px 30px;
}
}