@media only screen and (max-width: 600px) {
    .popular {
        width: unset !important;
        height: unset !important;
        background-size: contain !important;
        background-repeat: no-repeat !important;
    }
}

.bg-contect {
    background-color: #253f6d;
    color: white;
    height: 300px;
    margin-top: 10px;
    /* border: 2px solid red; */
    box-shadow: 0px 0px 10px 2px #ffb607;

}

p {
    color: rgb(255, 255, 255);


}