.hero-card .card-body {
    padding: 20px 2px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

@media screen and (max-width: 768px) {
    .hero-card-title {
        font-size: 1.35rem!important;
    }

    .hero-card .desc{
        font-size: 0.85rem;
    }
}

@media screen and (max-width: 425px) {
    .hero_title {
        font-size: 2rem;
    }

    .hero-card-title {
        font-size: 1.2rem !important;
    }
}

/* @media screen and (min-width: 992px) {
    .col-lg-10 {
        width: 100%!important;
    }
} */