.detail_service_container {
    padding: 50px 0;
}

.detail_service {
    padding: 30px 0 60px 0;
    border-top: 5px solid #b9153a;
    width: 22%;
}

.detail_service:hover h3 {
    color: #b9153a;
}

.detail_service h3 {
    font-weight: normal;
    font-size: 26px;
}

.detail_service p {
    font-weight: normal;
    font-size: 16px;
    color: #505a72;
    line-height: 28px;
    margin-top: 10px;
}

.detail_service_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 60px;
}

.bottom_detail_service_box {
    margin-top: 20px;
}

.bottom_detail_service {
    display: flex;
    justify-content: space-between;
}

.detail_service_containter {
    background-image: url('../images/detail_service.png');
    background-size: cover;
    background-position: center;
    height: 500px;
}

.detail_service_containter p {
    font-weight: normal;
    font-size: 16px;
    line-height: 28px;
    margin-top: 15px;
}

.detail_banner {
    background-image: url('../images/detail_banner2.png');
    background-size: cover;
    background-position: center;
    width: 100%;
}

@media screen and (max-width: 767px) {
    .detail_service_box {
        margin-top: 0px;
        padding: 15px;
        box-sizing: border-box;
    }
    .detail_service {
        padding: 15px 0 20px 0;
        border-top: 4px solid #b9153a;
        width: 48%;
    }

    .detail_service_containter {
        height: auto;
        padding: 15px;
        box-sizing: border-box;
    }

    .detail_service_containter p {
        font-size: 15px;
        line-height: 24px;
        margin-top: 10px;
    }
    .title_index{
        text-align: center;
    }
}