@import "../../bootstrap/variables";

.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: $screen-sm-max) {
        height: auto;
    }
}

