.ls-1389-container {
    width: 100%;
}

.ls-1389-inner {
    max-width: 1200px;
    margin: 0 auto;
}

.ls-1389-header {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    margin-bottom: 50px;
}

.ls-1389-eyebrow {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 20px;
    font-weight: 500;
}

.ls-1389-heading {
    font-size: 40px;
    line-height: 1.2;
    margin: 0;
}

.ls-1389-intro {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 20px;
}

.ls-1389-support {
    font-size: 16px;
    line-height: 1.6;
    opacity: 0.9;
}

.ls-1389-media {
    margin-bottom: 50px;
}

.ls-1389-img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    max-height: 600px;
}

.ls-1389-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-bottom: 40px;
}

.ls-1389-card {
    padding: 30px;
}

.ls-1389-card-title {
    font-size: 20px;
    margin: 0 0 15px 0;
    font-weight: 600;
}

.ls-1389-card-desc {
    font-size: 15px;
    line-height: 1.6;
    margin: 0;
}

.ls-1389-note {
    font-size: 14px;
    line-height: 1.6;
    text-align: center;
    font-style: italic;
    opacity: 0.8;
    max-width: 800px;
    margin: 0 auto;
}

@media (max-width: 991px) {
    .ls-1389-header {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .ls-1389-heading {
        font-size: 32px;
    }
    
    .ls-1389-cards {
        grid-template-columns: 1fr;
    }
}