.overview-content .eap-banner {
  font-size: 16px;
  max-width: 1170px;
  margin: 0 auto;
}

.overview-content .eap-banner .w-container {
  width: 95em;
  margin: 0 auto;
  position: relative;
}

.web-image {
  width: 100%;
}

.m-image {
  display: none;
}

@media(max-width:1680px) {
  .overview-content .eap-banner {
    font-size: 14px;
  }

}

@media(max-width:1440px) {
  .overview-content .eap-banner {
    font-size: 12px;
  }
}

@media(max-width:736px) {
  .mobile-br{
    display: block;
  }
  .overview-content .eap-banner {
    font-size: 10.35px;
    background-size: 100%;
  }

  .overview-content .eap-banner .w-container {
    width: auto;

  }

  .web-image {
    display: none;
  }

  .m-image {
    display: block;
    width: 100%;
  }
  
}

