@media (max-width: 1400px) {
  h1 {
    font-size: 60px;
    line-height: 65px;
  }
  .hero-news-image {
    width: 300px;
  }
}

/* hero */
@media (max-width: 995px) {
  .hero-section::before {
    top: inherit;
    bottom: 0 !important;
    right: 0 !important;
    width: 100% !important;
    height: 61% !important;
  }
}

@media (max-width: 768px) {
  .hero-section::before {
    height: 45% !important;
  }
  .flex-direction-hero {
    flex-direction: column !important;
  }
  .service-title {
    font-size: 27px;
  }
  .learn-more {
    padding-top: 10px;
  }
  .big-text-content {
    font-size: 54px;
    line-height: 61px;
  }
  .big-text-content span {
    font-size: 94px;
  }
}

/* Need More Eyes Section ========================================================= */

@media (max-width: 768px) {
  p.section-paragraph {
    font-size: 20px;
    line-height: 27px;
  }

  .section-title {
    font-size: 2.5rem;
    line-height: 2.9rem;
  }

  .comparison-title {
    font-size: 1.5rem;
  }

  .comparison-text {
    font-size: 1rem;
  }

  .intro-text {
    font-size: 1rem;
    margin-bottom: 1.55rem;
    margin-top: 2rem;
  }
}
