﻿.link-mail {
  width: 300px;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .link-mail {
    width: 100%;
  }
}