.cb-cta {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: 0 1rem 3rem;
    padding-top: 30px;
    padding-bottom: 30px;

}

.cb-cta .cb-cta-bg {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.6;
}

.cb-cta .overlay {
    z-index: 1;
    background-color: rgba(255,255,255,.3);
    padding: 1.5rem 1rem;
}

.cb-cta .overlay p {
    margin-bottom: 2.5rem;
}

.cb-cta .overlay h2 {
    text-align: center;
}

.cb-cta .overlay p.text-center {
    text-align: center;
}

.cb-cta .btn-cta {
    margin-top: 1rem;
    background-color: var(--bs-primary);
    color: #fff;
    cursor: pointer;
    padding: 0.75rem 1.5rem;
    text-align: center;
    text-decoration: none;
    border-radius: var(--bs-border-radius);
    border: 2px solid var(--bs-primary);
}

.cb-cta .btn-cta:hover {
    background-color: #fff;
    color: var(--bs-primary);
}
