.jl-hero-wrap-9f5db993 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    padding: 60px 0;
}

.jl-hero-left-9f5db993 {
    flex: 0 0 calc(40% - 20px);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.jl-hero-right-9f5db993 {
    flex: 0 0 calc(60% - 20px);
}

.jl-hero-icon-9f5db993 {
    width: 80px;
    height: 80px;
    background-color: #3A7BFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}

.jl-hero-icon-9f5db993 svg, 
.jl-hero-icon-9f5db993 i {
    color: #ffffff;
    fill: #ffffff;
    font-size: 32px;
    width: 32px;
    height: 32px;
}

.jl-hero-desc-9f5db993 {
    font-size: 16px;
    line-height: 1.6;
    color: #0A2540;
    margin-bottom: 30px;
}

.jl-hero-btn-9f5db993 {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 24px;
    border: 1px solid #0A2540;
    border-radius: 30px;
    color: #0A2540;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    background: transparent;
    transition: all 0.3s ease;
}

.jl-hero-btn-9f5db993:hover {
    background: #0A2540;
    color: #ffffff;
}

.jl-hero-btn-9f5db993:hover svg {
    stroke: #ffffff;
}

.jl-hero-heading-9f5db993 {
    font-size: clamp(40px, 5vw, 64px);
    line-height: 1.2;
    font-weight: 700;
    color: #0A2540;
    margin: 0;
}

.jl-hero-heading-9f5db993 .highlight {
    color: #3A7BFF;
}

@media (max-width: 991px) {
    .jl-hero-left-9f5db993, 
    .jl-hero-right-9f5db993 {
        flex: 0 0 100%;
    }
    
    .jl-hero-right-9f5db993 {
        order: -1;
        margin-bottom: 30px;
    }
}
