/* 4.02 - Call To Action - Start
================================================== */
.calltoaction_section {
    padding: 100px 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-blend-mode: overlay;
    background-position: center center;
    background-color: var(--primary-alpha-20);
}

.calltoaction_section .heading_block .heading_text {
    font-size: 54px;
    color: var(--text-white);
}

.calltoaction_section:has(.instant_contact_form) {
    background-blend-mode: unset;
}
