.container-main-banner-information{
  max-width: 90%;
}

.section-banner-information{
  width: 100%;
  display: flex;
  justify-content: center;
}


@media only screen and (max-width: 768px) {
  .container-main-banner-information{
    width: 100%;
    max-width: 100%;
  }
}