.banner_segundario_container img {
  width: 100%;
  border-radius: 10px;
}

@media (max-width: 600px) {
  .banner_container_container {
    height: 200px;
  }
}

.banner_segundario_container {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .banner_segundario_container {
    display: none;
    &.mobile {
      display: block;
      max-height: 200px;
    }
  }
}

@media screen and (min-width: 769px) {
  .banner_segundario_container {
    height: fit-content;
    &.mobile {
      display: none;
    }
  }
}
