@media screen and (min-width: 992px) {
  .container {
    max-width: 1200px;
  }
  h1 {
    font-size: 48px;
    line-height: 58px;
  }
  h2 {
    font-size: 32px;
  }
  h3 {
    font-size: 18px;
    line-height: 27px;
  }
  .text-over {
    margin-bottom: 12px;
    line-height: 14px;
  }
  .section-title h2 {
    font-size: 48px;
    line-height: 54px;
  }
  section:not(.hero-banner) {
    padding: 120px 0;
  }
  section:not(.hero-banner).bg-alt {
    padding: 80px 0;
  }
  section:not(.hero-banner):not(.bg-alt) + section:not(.bg-alt) {
    padding-top: 0;
  }
  .et-tag {
    padding: 15px 12px;
  }
  .blog-card .img-wrapper {
    margin-bottom: 20px;
  }
}