.value_of {
    display: none;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 40px;
}

.value_of h3 {
    width: 100%;
    padding: 22px 0 21px;
    font: 20px/23px 'Exo2-Medium';
    color: #000000;
    position: relative;
    float: left;
    text-align: left;
}

.value_of h3:before {
    content: "";
    position: absolute;
    width: 55px;
    height: 111px;
    background: url("../images/arrow_gray.png") no-repeat scroll 0 0 transparent;
    top: 37px;
    left: -70px;
}

.value_of h3:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    background-color: #0193db;
    bottom: 0;
    left: 0;
}

.value_ul {
    width: 420px;
    float: left;
    padding: 2px 0 0;
}

.value_ul li {
    text-align: left;
    padding: 15px 0 0;
}

.value_ul li .value_input {
    width: 130px;
    color: #000000;
    font-size: 16px;
    padding: 3px 5px;
    border: none;
    border-bottom: 3px #dbdbdb solid;
    position: relative;
}

.value_ul li label {
    width: 260px;
    float: right;
    color: #7c7c7c;
    font-size: 14px;
    font-style: italic;
    line-height: 20px;
    padding: 13px 0 0;
}

.value_right {
    float: right;
    width: 340px;
    padding: 19px 0 0;
}

.value_right p {
    font-size: 14px;
    color: #696969;
    line-height: 22px;
    padding: 0 0 22px;
}

@media screen and (max-width: 790px) {
    .value_ul {
        width: 60%;
    }

    .value_ul li {
        clear: both;
    }

    .value_ul li label {
        width: calc(100% - 160px);
    }

    .value_right {
        width: 36%;
        padding: 13px 2% 0;
        text-align: left;
    }

}

@media screen and (max-width: 479px) {
    .value_ul {
        width: 100%;
    }

    .value_of {
        padding-bottom: 25px;
    }

    .value_ul li label {
        width: calc(100% - 160px);
    }

    .value_right {
        display: none;
    }

    .value_of h3 {
        text-align: center;
        padding: 0 0 21px;
    }
}