.logo {
    height: 210px;
}

@media only screen and (max-width: 446px) {
    .fa-envelope::after {
        content: "info@brightind.in";
    }

 .logo {
    height: 180px!important;
}


}
   .email:before {
        font-family: FontAwesome;
        content: "\f0e0";
       padding-right: 5px;
    }
