.service_classify button {
    border-radius: 24px;
    padding: 14px 30px;
    background-color: #B9153D;
    color: #fff;
    border: none;
    transition: 400ms;
}

.service_classify button:hover {
    background-color: #f7b500;
}

.service_classify {
    padding: 25px 50px;
}

.detail_service_box p {
    margin-bottom: 20px;
    color: #576168;
    line-height: 34px;
    font-size: 18px;
    text-indent: 2em;
}

.detail_service_box {
    margin-bottom: 40px;
    display: none;
}

.service_classify button.active {
    background-color: #f7b500;
    color: white;
}

@media screen and (max-width: 767px) {
    .service_classify button {
        border-radius: 20px;
        padding: 10px 22px;
        margin-bottom: 10px;
    }

    .service_classify {
        padding: 10px 0;
        flex-wrap: wrap;
    }
    .service_content{
        padding: 10px;
    }
    .detail_service_box p {
        margin-bottom: 15px;
        color: #576168;
        line-height: 29px;
        font-size: 16px;
    }
    .detail_sub_title {
        font-size: 22px;
        padding: 10px 0;
        line-height: 30px;
    }
}