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

#serviceThree {
    background-color: #e8dfd0;
    padding-top: 80px;
    padding-bottom: 80px;
}

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

#serviceThree .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);
}

#serviceThree .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: 1024px) {
    #serviceThree .serviceH6 {
        width: 90%;
    }
}

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

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

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

#serviceThree .serviceRow {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 80%;
    justify-content: space-around;
}

@media (max-width: 1024px) {
    #serviceThree .serviceRow {
        width: 90%;
        justify-content: space-between;
    }
}

#serviceThree .serviceThreeItem {
    display: flex;
    flex-direction: column;
    width: 30%;
}

@media (max-width: 1024px) {
    #serviceThree .serviceThreeItem {
        display: flex;
        flex-direction: column;
        width: 45%;
    }
}

@media (max-width: 576px) {
    #serviceThree .serviceThreeItem {
        display: flex;
        flex-direction: column;
        width: 100%;
    }
}

#serviceThree .serviceThreeItemImage {
    width: 100%;
    height: 100px;
    object-fit: cover;
}

@media (max-width: 1024px) {
    #serviceThree .serviceThreeItemImage {
        height: 130px;
    }
}

#serviceThree .boxTitle {
    width: 100%;
    height: 100px;
    background-color: #e8dfd0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 10px 0 10px;
}

#serviceThree .boxTitleOne {
    font-weight: bold;
    font-size: 27px;
    color: rgb(156, 124, 87);
}

#serviceThree .boxTitleTwo {
    font-weight: bold;
    font-size: 14px;
    color: rgb(81, 72, 66);
}

@media (max-width: 1024px) {
    #serviceThree .boxTitleOne {
        font-size: 20px;
    }
}

@media (max-width: 576px) {
    #serviceThree .boxTitleOne {
        font-size: 18px;
    }
}
