.bottom-email {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #00D2FF;
  border-bottom: 1px solid;
}
.bottom-email:hover {
  text-decoration: none;
  color: #00D2FF;
  border-color: transparent;
}



@media (max-width: 1200px) {
  .bottom-email {
    border-bottom: 1px solid rgba(0, 210, 255, 0.2);
  }
}