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

#serviceTwo{
    background-color: #ddd0ba;
    padding-top: 80px;
    padding-bottom: 80px;
}

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

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

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

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

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

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

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

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

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

#serviceTwo .serviceRow{
    display: flex;
    flex-direction: row;
    width: 80%;
    justify-content: space-between;
}

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

@media (max-width: 576px) {
    #serviceTwo .serviceRow {
        width: 100%;
        flex-wrap: wrap;
        justify-content: center;
    }
}

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

#serviceTwo .serviceIcon{
    height: 35px;
}

#serviceTwo .profileImage{
    width: 84%;
}

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

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

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

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

#serviceTwo .cardView {
    width: 25%;
    height: 550px;
}

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

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

    #serviceTwo .cardViewTwo {
        height: 470px;
    }

    #serviceTwo .cardViewThree {
        height: 380px;
    }
}

#serviceTwo .boxImg {
    width: 100%;
    height: 120px;
    object-fit: cover;
}

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

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

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

@media (max-width: 1200px) {
    #serviceTwo .boxTitleOne{
        font-size: 22px;
    }
}

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

    #serviceTwo .boxTitleTwo{
        font-size: 14px;
    }
}

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