@media screen and (max-width: 576px) {
    .button1{
        align-items: center;
        color: #ffffff;
        transition: ease all .3s;
        animation: glowing 1500ms infinite;
        margin-left: 0;
        height: 45px;
        width: 100%;
        font-size: 17px;
        text-align: center;
        padding-top: 9px;
    }
    
    .button2{
        /* background-image: url("/img/shop.png");
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center; */
        align-items: center;
        height: 45px;
        width: 100%;
        font-size: 17px;
        margin-left: 0;
        padding-top: 9px;
        
    }

    .button3{
        width: 50%;
        margin-left: 0;
    }


    .banner_title{
    line-height: 10px;
    font-size: 22px;
    margin-top: 17px;
    }

    .banner_title_span {
        font-size: 23px;
        margin-top: 8px;
    }

    .form-container {
        width: 100%;
        position: fixed;
        top: 8%;
        left: 0%;
        height: auto;
        
    }

    .firsthalf_p{
        height: 300px;
    }

    .animated {
        font-size: 20px;
        padding-left: 0px;
    }

    .footer{
        position: fixed;
        left: 0;
        right: 0;
      }


}