.support-mail {
  width: 380px;
  margin: 0%  auto 0%;
}
@media (max-width: 768px) {
  .support-mail{
    width: 90%;
    margin-top: 20px;
  }
}
