@media (max-width: 386px) {
    .card {
        width: 70vw;
    }
    .card .img-box {
        height: 40vw;
    }
}