.ef-wrapper-32461 {
    display: flex;
    font-family: 'Poppins', sans-serif;
}
.ef-col-left-32461 {
    width: 35%;
    padding: 60px;
    border-right: 1px solid rgba(255,255,255,0.1);
    display: flex;
    flex-direction: column;
}
.ef-col-right-32461 {
    width: 65%;
    padding: 60px;
}
.ef-eyebrow-32461 {
    display: inline-block;
    padding: 4px 12px;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 20px;
    align-self: flex-start;
}
.ef-title-32461 {
    margin: 0 0 10px;
}
.ef-subtitle-32461 {
    margin: 0;
}
.ef-dots-32461 {
    margin-top: auto;
    padding-top: 60px;
    display: flex;
    gap: 8px;
}
.ef-dots-32461 span {
    display: block;
    width: 4px;
    height: 4px;
    background-color: #913142;
    border-radius: 50%;
    opacity: 0.5;
}
.ef-paragraph-32461 {
    margin-bottom: 40px;
}
.ef-paragraph-32461 strong, .ef-paragraph-32461 b {
    font-weight: 600;
}
.ef-cta-32461 {
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-decoration: none;
    transition: all 0.3s ease;
}

@media (max-width: 1024px) {
    .ef-wrapper-32461 { flex-direction: column; }
    .ef-col-left-32461, .ef-col-right-32461 { width: 100%; border-right: none; }
    .ef-col-left-32461 { border-bottom: 1px solid rgba(255,255,255,0.1); }
    .ef-dots-32461 { padding-top: 30px; }
}