@media only screen and (max-width: 600px) {
    .popular {
        width: unset !important;
        height: unset !important;
        background-size: contain !important;
        background-repeat: no-repeat !important;
    }
}
.card-text{
    color: darkred;
    line-height: 10px;
    text-indent: 20px;
    text-align: left;
}

@media only screen and (min-width: 320px) and (max-width: 1024px) {
    .our-section-col2 {
        height: auto !important;
    }
}