.semi-intro {
    font-size: 25px;
}

.semi-intro p {
    color: #fff;
    word-break: keep-all;
}

.section-title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    margin-bottom: 50px;
}

.section-title h5 {
    font-size: 15px;
    font-weight: 400;
    color: #e60000;
}

.section-title h3 {
    font-size: 20px;
    font-weight: 500;
}

/* 모바일 대응 */
@media (max-width: 768px) {
    .semi-intro {
        font-size: 20px;
    }

    .section-title h5 {
        font-size: 13px;
    }

    .section-title h3 {
        font-size: 15px;
    }
}