@charset "utf-8";

/*--
Author: Maninder pal 
Author URL: 
*/

@import url(https://fonts.googleapis.com/css?family=Raleway:400,100,200,300,500,600,700,800,900|Open+Sans:400,300,600,700,800);
.main-image {
    text-align: center;
    margin-top: 30vh;
}



@media(max-width:767px) {
    .main-image {
        margin-top: 20vh;
    }
}