#myContact .table-hours {
  max-width: 480px;
  font-size: calc(11px + 1.1vw);
}

@media (min-width: 576px) {
  #myContact .table-hours {
    font-size: 17px;
  }
}

@media (min-width: 1200px) {
  #myContact .table-hours {
    max-width: 100%;
  }
}

#myContact .table td, .table th {
  border-top: none;
}

#myContact .table > :not(:first-child) {
  border-top: 2px solid var(--bs-gray-700);
}

#myContact .social-networks a {
  font-size: 30px;
  line-height: 1.3;
  color: #ffffff;
  transition: 0.2s;
  background: #000000;
  border-radius: 4px;
  width: 42px;
  height: 42px;
  padding-top: 3px;
  margin: 5px;
}

#myContact .social-networks a:hover {
  text-decoration: none;
}

#myContact .facebook:hover {
  color: #094eff;
}

#myContact .instagram:hover {
  color: #ff00e6;
}

#myContact .youtube:hover {
  color: #ff0000;
}

#myContact .social-networks .x {
  opacity: 1;
  transition: 0.2s;
}

#myContact .social-networks .x:hover {
  opacity: .7;
  transition: 0.2s;
}

