.full-width-bar-cta-section {
  height: 128px;
  padding: 32px;
  border-radius: 32px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: var(--secondary);
}
@media (max-width: 991px) {
  .full-width-bar-cta-section {
    height: auto;
  }
}
