/* Medium devices (tablets, 768px and up) */
@media only screen and (min-width: 767px) {
  /* BANNER SECTION */
  .banner-section {
    height: 100vh;
    min-height: 792px;
  }

  .banner-text {
    width: 95%;
  }

  .banner-text .header-text {
    font-size: 50px;
    font-weight: 600;
  }

  .banner-text .content-text {
    font-size: 26px;
  }

  .banner-section .banner-footer {
    height: unset;
  }

  /* SERVICE SECTION */
  .services-content {
    justify-content: center;
  }

  /* CONTACT US */
  .contact-us_inner-section {
    display: flex;
    flex-direction: row;
  }
}
