.Secao-cta-banner {
  position: relative;
  width: 100%;

  img {
    display: block;
    width: 100%;
    border-radius: 8px;
  }

  @media screen and (min-width: $md) {
    .col-10 {
      max-width: 930px;
    }
  }
}
