.service-header {
    position: relative;
    width: 100%;
    height: 250px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.service-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('/services/images/services_bg.jpg') center/cover no-repeat;
    filter: brightness(50%); /* 흐림 효과 */
}

.service-title {
    position: relative;
    font-size: 3rem;
    color: white;
    font-weight: bold;
    margin-top: 5rem;
}

.service-image {
    display: block;
    max-width: 80%;
    height: auto;
    margin: 2rem auto;
}