
@media only screen and (max-width : 768px) {

    .home-gellery img{
        width: 100%;
    }

    .hero-text h2{
        font-size: 24px;
    }


    footer .contact-info{
    }

    footer  .list-inline>li {
        display: block;
    }

}


@media only screen and (max-width : 991px) {
    .home-body {
        text-align: center;
    }



}