@media (max-width: 768px) {
  section {
    padding: 2rem 0.5rem !important;
  }
  .section-5 .card {
    width: auto !important;
  }
  .section-5 .card .number {
    display: none !important;
  }
  #header.header-scrolled,
  #header.header-inner-pages {
    background: rgba(20, 20, 20, 0.9);
    padding: 0.5rem 1rem !important;
  }
  .section-4 .right-side h2 {
    font-size: 0.8rem !important;
    font-weight: normal;
  }
}

@media (max-width: 500px) {
  h1 {
    font-size: 1.5rem !important;
  }
  h2 {
    font-size: 0.8rem;
  }
}
