@media screen and (min-width:768px){
    .content-box1{
        display: flex;
    }
    .content-box1-left{
        padding: 40px 0px 0px 40px;
        width: 33.333%;
    }
    .content-box1-title{
        color: #848484;
        margin-bottom: 15px;
    }
    
    .big {
        font-size: 18px;
        line-height: 28px;
        font-weight: 400;
        letter-spacing: 0px;
    }
    .content-box1-right{
        flex: 1;
    
    }
    .content-box1-right img{
        max-width: 100%;
        width: 100%;
        height: auto;
    }
    .blockquote{
        margin-bottom: 25px;
        color: #848484;
    }
    .blockquote blockquote {
        font-size: 17px;
        line-height: 31px;
        display: block;
        height: auto;
        margin: 0 0 35px 25px;
        top: 15px;
        position: relative;
        background: url("../img/textline.png") repeat-y;
    }

    .content-box2{
        background-color: #e9ecf0;
    }
    .values-items{
        background-color: #ffffff;
        padding: 30px 0 0;
    }
    .values-box{
        display: flex;
        width: 96%;
        margin: 0px auto 0px;
        padding: 0 0 30px 0;

    }
    .values-title{
        font-size: 24px;
        font-weight: 700;
        color: #444444;
        margin-right: 20px;
    }
    

}
@media screen and (max-width:768px){
    .content-box1{
        width: 100%;
    }
    .content-box1-left{
        padding: 40px 20px 0px 40px;
    }
    .content-box1-title{
        color: #848484;
        margin-bottom: 15px;
    }
    
    .big {
        font-size: 16px;
        line-height: 28px;
        font-weight: 400;
        letter-spacing: 0px;
    }
    .content-box1-right img{
        max-width: 100%;
        width: 100%;
        height: auto;
    }
    .blockquote{
        margin-bottom: 25px;
        color: #848484;
    }
    .blockquote blockquote {
        font-size: 17px;
        line-height: 31px;
        display: block;
        height: auto;
        margin: 0 0 35px 25px;
        top: 15px;
        position: relative;
        background: url("../img/textline.png") repeat-y;
    }
    blockquote:after {
        content: '\e909';
        font-family: "mfn-icons";
        font-size: 65px;
        position: absolute;
        left: -25px;
        top: -10px;
        color: rgba(0, 0, 0, .1);
    }
    .content-box2{
        background-color: #e9ecf0;
    }
    .values-items{
        background-color: #ffffff;
        padding: 30px 0 0;
    }
    .values-box{
        width: 96%;
        margin: 0px auto 0px;
        padding: 0 0 30px 0;

    }
    .values-title{
        font-size: 24px;
        font-weight: 700;
        color: #444444;
        margin-right: 20px;
    }
}
