#cp {
  font-size: 18px;
  line-height: 1.4;
}

#cp .table-hours {
  font-size: 16px;
  font-family: 'Roboto Condensed';
}

#cp .table-dark {
  background-color: #28043e;
}

#cp .table {
  margin-bottom: 0;
  max-width: 380px;
  margin: 0 auto;
}

#cp .table-bordered {
  border: none;
}

#cp .table-dark td, .table-dark th, .table-dark thead th {
  border-color: #7526ff;
}

#cp h2, .h2 {
  font-size: 28px;
}

#cp h3, .h3 {
  font-size: 24px;
}

#cp h4, .h4 {
  font-size: 22px;
}

@media (min-width: 768px) {
  #cp h4, .h4 {
    font-size: 24px;
  }
}

@media (min-width: 992px) {
  #cp h4, .h4 {
    font-size: 20.5px;
  }
}

@media (min-width: 1200px) {
  #cp h4, .h4 {
    font-size: 24px;
  }
}

#cp .social-networks a {
  font-size: 28px;
  color: #ffffff;
  transition: 0.2s;
  background: #5e00a7;
  border-radius: 4px;
  width: 41px;
  margin: 0 5px;
}

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

#cp .youtube:hover {
  color: #ef1a1a;
}

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

