.review-background-video{
    height: auto !important;
}
@media screen and (max-width: 479px) {
    .hero-title {
        font-size: 1.45rem;
    }
}
@media screen and (max-width: 767px) {
    .grid-service {
        grid-template-columns: 1fr !important;
    }
}

