/* Styles for screens smaller than 1445px */
@media screen and (max-width: 1445px) {
}

/* Styles for screens smaller than 1445px */
@media screen and (max-width: 1445px) {
}

/* Styles for screens smaller than 1280px */
@media screen and (max-width: 1300px) {
}

/* media query screen mobile < 768px */
@media screen and (max-width: 768px) {
  .hero_image_main_banner {
    background-image: none !important;
  }

  .main-title span {
    font-size: var(--text-6xl) /* 3.75rem = 60px */;
    line-height: var(--tw-leading, var(--text-6xl--line-height) /* 1 */);
  }
}

@media (width >=120rem) {
}
