/* About Section */
.about-section {
    padding: 80px 0;
    background: url("../images/kazari.png") no-repeat;
    background-position-y: -100px;
}

.section-header {
    margin-bottom: 40px;
}

.section-subtitle {
    font-size: 140px;
    font-weight: 600;
    color: #F8F8F8;
    font-family: 'Cormorant', serif;
    line-height: 1;
    margin-bottom: -50px;
}

.section-title {
    font-size: 42px;
    font-weight: 600;
    color: var(--dark-purple);
    font-family: 'Be Vietnam Pro', sans-serif;
}

.section-description {
    font-size: 18px;
    color: var(--text-light);
    margin-top: 15px;
}

@media (max-width: 992px) {
    .section-subtitle {
        font-size: 80px;
    }
}

@media (max-width: 768px) {
    .section-subtitle {
        font-size: 60px;
        margin-bottom: -30px;
    }

    .section-title {
        font-size: 32px;
    }
}
