.vrc_title_3 {
    font-size: 24px;
    color: #fff;
    line-height: 1.5;
}

.txt-intr {
    line-height: 2
}

.btn-border {
    width: 340px;
    height: 96px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #b3b3b3;
    margin: 0 auto;
}

.table-workflow {
    width: 100%;
}

.table-workflow th {
    width: 33%;
    text-align: left;
    background-color: #494949;
    margin-right: 4px;
}

.table-workflow td {
    background: #393939;
}

.table-workflow th,
.table-workflow td {
    padding: 20px;
    color: #fff;
    border: 4px solid #262626;
    vertical-align: top
}


.title {
    font-size: 24px;
    color: #fff;
    margin: 0 0 10px 0;
}

.title-sml {
    font-size: 14px;
    color: white;
}

.img-ctr-vraw {
    padding: 40px 0;
}

.img-ctr-vraw img {
    max-width: 100%;
}

.sub_title {
    color: #fff;
    font-size: 18px !important;
    font-weight: bold;
}

.sub_title::before {
    content: "\f111";
    font-family: fontawesome;
    padding-right: .5em;
}

.wfv_float_frame {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.float_left {
    margin-right: 45px;
}

.float_right ul {
    padding-left: 1.5em;
    color: #fff;
}

.float_right li {
    font-size: 14px;
    margin-bottom: 10px;
}

.table-vraw {
    width: 100%;
    color: #fff;
    border-top: 1px solid #ccc;
}

.table-vraw th {
    width: 25%;
    text-align: left;
}

.table-vraw th,
.table-vraw td {
    padding: 20px;
    vertical-align: top
}

.table-vraw tr {
    border-bottom: 1px solid #ccc;
}

.wfv_products_frame-3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.wfv_products_frame-3 .wfv_product {
    margin-right: 10px;
}

.caption {
    padding-top: 10px;
}

.table-workflow-vraw tr:first-child th {
    background-color: transparent;
    padding: 20px 0
}

.table-workflow-vraw tr:first-child th:nth-child(1) {
    width: 15%;
}

.table-workflow-vraw tr:first-child th:nth-child(2) {
    width: 25%;
}

.table-workflow-vraw tr:first-child th:nth-child(3) {
    width: 60%;
}

.table-workflow-vraw tr td:first-child {
    background: #494949;
}

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

    .wfv_float_frame {
        display: block;
    }

    .float_left {
        margin-right: 0;
        margin-bottom: 20px;
    }

    .wfv_products_frame-3 {
        display: block;
    }

    .wfv_products_frame-3 .wfv_product {
        margin-bottom: 30px;
    }

    .float_left img {
        max-width: 100%;
    }

}

@media screen and (max-width:900px) {
    .table-vraw th {
        padding: 20px 5px;
    }

    #section-workflow-pure th,
    #section-workflow-pure td {
        width: auto;
    }
}
@media screen and (max-width:479px) {
	.btn-border {
		width: auto;
	}
}

/* Rocoz Add */
.page-content img {
	max-width: 100%;
}

