.theme-woodmart .values-container-bg .wpb_content_element{
    margin-bottom: 0;
}

.values-container-bg{
    margin: 0 5rem;
}

.values-container-bg .values-title{
    font-size: 1.5rem;
}

.values-container-bg .values-info,
.values-container-bg .values-item{
    font-size: 1rem;
}

.values-info-wrapper{
    padding: 4rem 0;
}

.theme-woodmart .values-container-bg{
    background-repeat: no-repeat !important;
    background-size: cover;
}

.values-container-bg .values-img-content .vc_single_image-img{
    width: 45rem;
}

@media screen and (max-width: 768px) {

    .theme-woodmart .about-us-description {
        font-size: 1rem;
        line-height: 1.6;
        width: 90%;
        max-width: 100%;
        margin: auto;
        padding: 0;
    }

    .theme-woodmart .process-item{
        padding: 1rem;
    }

    .theme-woodmart .process-item .info-box-title{
        font-size: 1rem;
    }

    .theme-woodmart .process-item .info-box-inner p{
        font-size: 0.85rem;
    }

    .theme-woodmart .about-us-message-content{
        max-width: 100%;
    }

    .theme-woodmart .about-us-message{
        line-height: 1.6;
    }

    .theme-woodmart .values-container-bg{
        margin: 0;
    }

    .theme-woodmart .values-info-wrapper .vc_column-inner{
        max-width: 100%;
    }

    .theme-woodmart .values-container-bg .values-img-content .vc_single_image-img{
        width: 100%;
    }

}