.service-detail-section {
    background: #f5e9e9;
}

.service-detail-image img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    background: #ccc;
}

.service-detail-content h2 {
    font-size: 2rem;
    font-weight: 800;
}

.service-underline {
    width: 50px;
    height: 3px;
    background: #e6004c;
    margin: 10px 0 20px;
}

.service-detail-content p {
    color: #333;
    line-height: 1.7;
}

.service-back-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    background: #eee;
    color: #000;
    text-decoration: none;
    font-size: 20px;
}