/* CTA Heading & Text 2 Column */
.cta-heading-text-2-col .small-container {
    border-radius: 12px;
    background-color: rgb(79 83 83 / 0.95);
    padding: 50px;
    margin-top: 100px;
    margin-bottom: 150px;
}
.cta-heading-text-2-col .cta-2-col {
    align-items: center;
}
.cta-heading-text-2-col .column-right {
    display: grid;
    justify-content: center;
}

@media only screen and (max-width: 1080px) {
    .cta-heading-text-2-col .column-right {
        justify-content: start;
    }
}
