.div-cards .card {
    width: 100%;
    background: #FFFFFF;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
    border-radius: 6px;
    display: flex;
    align-items: start;
    justify-content: start;
    flex-direction: column;
    padding: 20px;
    position: relative;
    min-height: 320px;
    height: auto;
}
body{
    background-color: #fff;
}
.div-cards .card::after {
    position: absolute;
    bottom: 0px;
    height: 6px;
    width: 30%;
    left: 50%;

    z-index: 2;
    content: '';
    transform: translate(-50%, 0%);

    background: #B01F24;
}

.div-cards .card .heading {

    font-weight: 700;
    font-size: 16px;
    margin-bottom: 10px;

    color: #000000;

    opacity: 0.7;

}

.div-cards .card img {
    margin-bottom: 20px;
    height: 70px;
}

.div-cards .card p {

    font-weight: 400;
    font-size: 16px;
    min-height: 120px;
    margin-bottom: 0px;
    color: #000000;

    opacity: 0.7;

}

.info-listt li {
    margin-bottom: 10px;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #131212;
}

.info-listt li::before {
    content: '\25CF'; /* Large filled bullet */
    margin-right: 10px;
    color: #B01F24;
    font-size: 17px;
    vertical-align: middle;
}



.icon-text.new h5 {

    font-weight: 600;
    font-size: 22px;



    color: #B01F24;


}

.info-listt {
    margin-top: 10px;
}

.f-16 {
    font-size: 16px;
}

.box-sec p{
    background-color: #ffffe8;
    padding: 40px;
   
font-size: 18px;
color: #191919;
    text-align: center;
opacity: 0.7;

}

/* == Heading-CLOSE == */
@media only screen and (min-width: 992px) {
    .f-lg-18 {
        font-size: 18px;
    }
}

@media only screen and (max-width: 992px) {
    .div-cards .card img {
        margin-bottom: 12px;
        height: 43px;
    }

    .div-cards .card p {

        font-size: 16px;
        min-height: auto;
        margin-bottom: 0px;
    }

    .div-cards .card {
        margin-bottom: 15px;
    }

    .requir-sec.new img {
        margin-bottom: 10px;
    }

    .icon-text.new h5 {


        font-size: 20px;
    }

    .info-listt {
        margin-top: 5px;
    }
}