
.banner_promocional {
  border-radius: 30px;
}

@media (max-width: 769px) {
  .banner_promocional {
    border-radius: 25px;
  }
}