#myContact .table-hours {
  max-width: 400px;
}

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

#myContact .table-dark {
  border: solid 1px var(--bs-gray-700);
  font-size: 16px;
}

#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: #fff;
  transition: 0.2s;
  background: #323232;
  border-radius: 4px;
  width: 42px;
  height: 42px;
  padding-top: 3px;
  margin: 5px;
}

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

#myContact .facebook:hover {
  color: #0077e2;
}

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

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

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

