*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.banner-heading{
    font-size: 25px !important;
    text-shadow: 2px 7px 5px rgba(0,0,0,0.3), 
    0px -4px 10px rgba(255,255,255,0.3);
}
.banner-cat{
    font-size: 22px !important;
    background-color: #f2f3f4;
    padding: 10px 20px;
    color: blue !important;
    border: 1px solid #E35F0C;
}
.new-form{
    background-color: #f2f3f4;
}

.submit-btn{
    background-color: #E35F0C;
    color: #fff;
    font-size: 20px;
    font-weight: bolder;
    border-radius: 0px;
   
}

@media screen  and (max-width:700px){
    .banner-heading{
        font-size: 14px !important;
       
    } 
    .banner-cat{
        font-size: 17px !important;
        padding: 6px 6px;
    }

}
