
/*home-service*/
.home-service004 {
    position: relative;
    padding: 80px 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

@media (max-width: 991px) {
    .home-service004 {
        padding: 40px 0;
    }
}

.home-service004 .title-box {
    margin-bottom: 35px;
}

.home-service004 .title-box .sub {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
   
    font-weight: bold;
    font-size: 18px;
}

@media (max-width: 991px) {
    .home-service004 .title-box .sub {
        font-size: 16px;
    }
}


.home-service004 .title-box .title span {
    position: relative;
    letter-spacing: 3px;
    font-size: 30px;
    font-weight: bold;
}

.home-service004 .ser-list {
    margin: 0 1rem;
}

@media (max-width: 991px) {
    .home-service004 .title-box .title span {
        font-size: 25px;
    }

    .home-service004 .ser-list {
        margin: 0 0.5rem 3rem;
    }
}

.home-service004 .office-county {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
   
   
    width: 80%;
    margin: 0 auto;
    position: relative;
    top: -17px;
    padding: 8px 0;
    border-radius: 50px;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
    margin-bottom: 1rem;
}

.home-service004 .office-county::after {
    content: '';
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 27px 17.5px 0 17.5px;
    
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
}

.home-service004 .office-txt {
    font-size: 17px;
    font-weight: bold;
    width: 100%;
    margin: 0 auto;
    line-height: 185%;
}