.contact-cta-wrapper-1b243e1d {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border: 1px solid #E6E4DD;
    border-radius: 12px;
    overflow: hidden;
    padding: 10px;
    background-color: transparent;
}

.cta-image-col-1b243e1d {
    flex: 1 1 300px;
    max-width: 100%;
}

.cta-image-inner-1b243e1d {
    width: 100%;
    height: 100%;
    min-height: 250px;
    border-radius: 8px;
    overflow: hidden;
}

.cta-image-inner-1b243e1d img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.cta-content-col-1b243e1d {
    flex: 2 1 450px;
    padding: 40px 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.cta-overline-1b243e1d {
    color: #0047AB;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.cta-title-1b243e1d {
    color: #000;
    font-size: 42px;
    font-weight: 500;
    line-height: 1.2;
    margin: 0 0 20px 0;
}

.cta-desc-1b243e1d {
    color: #4A4A4A;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 30px;
}

.cta-actions-1b243e1d {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    align-items: center;
}

.cta-btn-primary-1b243e1d,
.cta-btn-secondary-1b243e1d {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 12px 24px;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}

.cta-btn-primary-1b243e1d {
    background-color: #004BA8;
    color: #fff;
    border: 1px solid #004BA8;
}

.cta-btn-primary-1b243e1d:hover {
    background-color: #00367d;
    color: #fff;
}

.cta-btn-primary-1b243e1d svg,
.cta-btn-primary-1b243e1d i {
    width: 14px;
    height: 14px;
    fill: #fff;
}

.cta-btn-secondary-1b243e1d {
    background-color: transparent;
    color: #000;
    border: 1px solid #C4C4C4;
}

.cta-btn-secondary-1b243e1d:hover {
    background-color: #f5f5f5;
    color: #000;
}

.cta-btn-secondary-1b243e1d svg,
.cta-btn-secondary-1b243e1d i {
    width: 16px;
    height: 16px;
    fill: #000;
}

@media (max-width: 767px) {
    .cta-content-col-1b243e1d {
        padding: 30px 20px;
    }
    
    .cta-title-1b243e1d {
        font-size: 32px;
    }
}