@media screen and (max-width:1200px) and (min-width:900px) {

    section {
        padding-left: 8rem !important;
        padding-right: 8rem !important;
    }

    #vast-tech-logo {
        height: auto;
        width: 100%;
    }

    .key-section1-after img {
        left: -80px;
        width: 100%;
    }

    /* Subscription Section */

    .subscription-section form button[type="submit"] {
        position: relative;
        left: -5.7rem;
        top: 1px;
        cursor: pointer;
        padding: 1.5rem 3.2rem;
    }

    /* Footer */

    .footer-wrapper  {
        padding: 10rem 7rem; 
    }

    .footer-wrapper .col-3:nth-child(3), .footer-wrapper .col-3:nth-child(4){
        padding-top: 4rem;
    }
    .footer-wrapper .col-3:nth-child(3), .footer-wrapper .col-3:nth-child(2) {
        padding-left: 0;
    }

    .icon-wrapper {
        display: flex;
        justify-content: start;
        align-items: center;
    }
    .icon-wrapper>* {
        margin-left: 0;
        margin-right: 1rem;
    }

    .footer-wrapper img{
        height: auto;
        width: 50%;
    }
}