.custom--banner{
  max-width: 1600px;
  margin: 20px auto;
  padding: 0 2rem;
}
.custom--banner .banner__media{
  border-radius: 40px;
}
.custom--banner .banner__media::after{
  background: #FCCC03;
  opacity: 0.38;
}
@media(min-width: 750px){
  .custom--banner{
    padding: 0 5rem;
  } 
}