@charset "UTF-8";

@media (max-width: 991px) {



.normal{
        display:none;
}

.mobile{
        display:block;
}

.social{
  margin-top: 20px;
  font-size: 1rem;
}

.info-img{
    max-height:100%;
    max-width:100%;
    height:auto;
    width:auto;
}

}
