@media (min-width: 320px) and (max-width: 767px) {
    .hero h1 {
        margin-top: 0 !important;
    }
    .hero-img img {
        height: auto;
    }
    .hero .store-buttons img {
        height: 40px;
    }
    .premium .row,
    .premium .row h3 {
        padding-top: 0 !important;
    }
    .features-hero .row {
        padding-top: 0 !important;
    }
    .features-hero h4 {
        color: #ffffff !important;
    }
    .error-wrap .error-text .text-bg {
        background-color: rgba(4,158,224,0.75);
        padding: 10px;
        margin: 0;
        line-height: 1.25;
    }
    .contact {
        background: none;
    }
    footer .container {
        padding-top: 50px;
        font-size: 14px;
    }
    footer img {
        height: 40px !important;
    }
}


