

#serviceFour{
    background-image: url('../image/sectionFourBg.jpg');
    padding-top: 80px;
    padding-bottom: 80px;
    background-size: cover; /* 使图片在宽度和高度上都填满容器 */
    background-repeat: no-repeat;  /* 防止图片重复 */
}


#serviceFour .serviceContainer{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#serviceFour .box {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    margin: 0 10px 40px 10px;
    background: #fff;
    transition: all 0.3s ease-in-out;
}

#serviceFour .box:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

#serviceFour .serviceH2 {
    font-weight: 400;
    letter-spacing: -1px;
    margin: 0 0 15px 0;
    text-align: center;
    text-transform: uppercase;
    color: rgb(81, 72, 66);
}

#serviceFour .serviceH3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    margin: 0 0 5px 0;
    text-transform: uppercase;
    font-weight: 400;
    color: rgb(81, 72, 66);
}

#serviceFour .serviceH6 {
    font-size: 16px;
    color: #888888;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    text-align: center;
    margin: 0 0 60px 0;
}

@media (max-width: 576px) {
    #serviceFour .serviceH2 {
        font-size: 24px;
    }

    #serviceFour .serviceH3 {
        font-size: 16px;
    }

    #serviceFour .serviceH6 {
        font-size: 14px;
    }
}

#serviceFour .serviceContainer{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#serviceFour .serviceBgColor{
    background: rgba(123, 84, 2, 0.1);
    padding-top: 80px;
}

#serviceFour .serviceRow{
    display: flex;
    flex-direction: row;
    width: 80%;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 50px;
}

@media (max-width: 1024px) {
    #serviceFour .serviceRow {
        width: 90%;
    }
}

#serviceFour .serviceP {
    color: rgb(136, 136, 136);
}

#serviceFour .serviceIcon{
    height: 35px;
}

#serviceFour .profileImage{
    width: 84%;
}

#serviceFour .service-list {
    padding: 0 0 0 0;
    font-size: 14px;
    margin-bottom: 40px;
}

#serviceFour .service-list-col1 {
    float: left;
    width: 60px;
}

#serviceFour .service-list-col1 i {
    font-style: normal;
    font-size: 38px;
    display: block;
    color: #222;
    line-height: 38px;
}

#serviceFour .service-list-col2 {
    overflow: hidden;
}

#serviceFour .cardView {
    width: 23%;
    min-width: 300px;
    height: 350px;
}

@media (max-width: 1024px) {
    #serviceFour .cardView {
        width: 45%;
    }
}

@media (max-width: 576px) {
    #serviceFour .cardView {
        width: 100%;
    }
}

#serviceFour .boxTitle {
    width: 100%;
    height: 70px;
    background-color: rgb(81, 72, 66);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 10px 0 10px;
}

#serviceFour .boxTitleOne{
    font-weight: bold;
    font-size: 20px;
    color: white;
}

#serviceFour .boxContentItem{
    padding: 10px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    color: rgb(81, 72, 66) !important;
}
