.as-1517-wrapper {
    background-color: #F8F5EF;
}

.as-1517-container {
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
}

.as-1517-grid {
    display: flex;
    align-items: center;
}

.as-1517-col-left {
    flex: 1;
    max-width: 50%;
}

.as-1517-col-right {
    flex: 1;
    max-width: 50%;
}

.as-1517-eyebrow {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #D4B996;
}

.as-1517-heading {
    font-size: 40px;
    line-height: 1.2;
    margin: 0 0 30px;
    font-weight: 600;
    color: #0A192F;
}

.as-1517-body {
    font-size: 18px;
    line-height: 1.6;
    margin: 0 0 30px;
    color: #5A6A7D;
}

.as-1517-support {
    font-size: 16px;
    line-height: 1.6;
    padding-left: 20px;
    border-left: 2px solid #D4B996;
    color: #5A6A7D;
    font-style: italic;
}

.as-1517-image {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

.as-1517-cards {
    display: flex;
    flex-direction: column;
}

.as-1517-card {
    background: #fff;
    padding: 30px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0,0,0,0.03);
}

.as-1517-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background-color: #D4B996;
}

.as-1517-card-title {
    font-size: 20px;
    margin: 0 0 10px;
    color: #0A192F;
    font-weight: 600;
}

.as-1517-card-desc {
    font-size: 15px;
    line-height: 1.6;
    margin: 0;
    color: #5A6A7D;
}

/* Tablet */
@media (max-width: 1024px) {
    .as-1517-heading {
        font-size: 32px;
    }
    .as-1517-body {
        font-size: 16px;
    }
}

/* Mobile */
@media (max-width: 767px) {
    .as-1517-grid {
        flex-direction: column;
    }
    .as-1517-col-left, .as-1517-col-right {
        max-width: 100%;
        width: 100%;
    }
    .as-1517-col-right {
        margin-top: 50px;
    }
}
