@media only screen and (max-width: 767px) {
    html {
        font-size: 52.5%;
    }
    .logo img {
        max-height: 50px;
    }
    .common {
        padding: 30px 15px;
    }
    .banner-content h2 span {
        font-size: 4rem;
    }
    .banner-content h2 {
        font-size: 3.6rem;
    }
    .money svg {
        height: 30px;
        width: 30px;
    }
    .logo img {
        max-height: 55px;
    }
    .top_form label {
        font-size: 1.6rem;
    }
    .submit-btn button {
        font-size: 1.6rem;
    }
    .banner-conatiner {
        padding: 0;
    }
    .submit-btn {
        text-align: center;
    }
    .common h2 {
        font-size: 3.2rem;
        margin-bottom: 30px;
    }
    .common.form-title p {
        margin-bottom: 30px;
    }
    .list li::before {
        height: 14px;
        width: 14px;
        top: 3px;
    }
    footer {
        padding: 30px 15px;
    }
    .easy-container {
        grid-template-columns: 1fr;
    }
}
