#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 {
  text-align: center;
  font-size: 30px;
  line-height: 1.3;
  color: #fff;
  transition: 0.2s;
  background: #000;
  border-radius: 4px;
  width: 42px;
  height: 42px;
  padding-top: 3px;
  margin: 0px 7px 7px 7px;
}

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

#myContact .facebook:hover {
  color: #0a42ff;
}

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

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

#myContact .reviews {
  padding: 0 10px;
}

@media (min-width: 576px) {
  #myContact .reviews {
    padding: 0;
  }
}

