@media screen and (min-width:768px){

    .content-box1{
        width: 100%;
        background-color: rgb(255, 255, 255);
    }
    .content-box1-left{
        padding: 40px 0px 0px 40px;
    
    }
    .content-box1-img{
        margin-bottom: 15px;
        border-color: #f8f8f8;
    }
    .content-box1-img img {
        max-width: 100%;
        height: auto;
    }
    .desc{
        margin-bottom: 15px;
    }
    .hr_colors{
        display: block;
        height: 1px;
        border: 0;
        width: 10%;
        margin-left: 0px;
        border-top: 1px solid red;
        background-color: red;
    }
    .hr_color{
        display: block;
        height: 1px;
        border: 0;
        width: 40%;
        margin-left: 30%;
        border-top: 1px solid red;
        background-color: red;
    }
    
    .content-box1-right{
        padding:50px;
    }
    
    .content-box1-right h2{
        color: #444;
        margin-bottom: 15px;
    }
    .big2{
        font-size: 18px;
        line-height: 28px;
        font-weight: 400;
        letter-spacing: 0;
    
    }
    .content-box2{
        background-color: #e9ecf0;
    }
    
    .values-title{
        width: 23%;
        margin: 0 1% 40px;
    }
    .values-content{
        flex: 1;
        margin: 0 1% 40px;
    
    }
    .itemArr-box{
        width: 100%;
        display: flex;
    }
    .item-box{
        width: 48%;
        margin: 0 1% 40px;
        text-align: center;
    }
    
    .item-text{
        width: 90%;
        margin: 0 auto;
    }
    .item-text h4{
        margin:30px 0px 3px;
        color: #444;
    }
    .subtitle{
        color: #a8a8a8;
    }
    .item-content{
        color: #848484;
        font-size: 18px;
        line-height: 28px;
        font-weight: 400;
        letter-spacing: 0;
        text-align: left;
    }
    .itemArr-box{
        display: flex;
    }
    .staff-box{
        width: 48%;
        margin: 0 1% 40px;
        text-align: center;
    }
    .staff-img{
        width: 120px;
        height: 120px;
        margin: 0 auto 15px;
        border-radius: 100%;
        overflow: hidden;
        position: relative;
        z-index: 1;
        border-color: #f8f8f8;
    }
    .image_wrapper{
        border-color: #e2e2e2;
        position: relative;
        overflow: hidden;
    }
    .image_wrapper img{
        width: 100%;
        border-radius: 50px;
    }
}
@media screen and (max-width:768px){
    
.content-box1{
    width: 100%;
    background-color: rgb(255, 255, 255);
}
.content-box1-left{
    width:100%;
    padding: 40px 40px 0px 40px;

}
.content-box1-img{
    margin-bottom: 15px;
    border-color: #f8f8f8;
}
.content-box1-img img {
    max-width: 100%;
    height: auto;
}
.desc{
    margin-bottom: 15px;
}
.hr_colors{
    display: block;
    height: 1px;
    border: 0;
    width: 30%;
    margin-left: 0px;
    border-top: 1px solid red;
    background-color: red;
}
.hr_color{
    display: block;
    height: 1px;
    border: 0;
    width: 30%;
    margin-left: 0px;
    border-top: 1px solid red;
    background-color: red;
}

.content-box1-right{
    flex: 1;
    padding: 30px 50px;
}

.content-box1-right h2{
    color: #444;
    margin-bottom: 15px;
}
.big2{
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    letter-spacing: 0;

}
.content-box2{
    background-color: #e9ecf0;
}

.item-box{
    width: 98%;
    margin: 0 1% 40px;
}
.item-img{
    width: 92%;
    margin: 5px 4%;

}
.item-img img{
    width: 100%;
    box-shadow: 0px 0px 5px 5px #e2e2e2;
}

.item-text{
    width: 96%;
    margin: 0 2%;
}
.item-text h4{
    margin:30px 0px 3px;
    color: #444;
}
.subtitle{
    color: #a8a8a8;
}
.item-content{
    color: #848484;
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    letter-spacing: 0;
}
.staff-box{
    width: 96%;
    margin: 0 2% 10px;
}
.staff-img{
    width: 120px;
    height: 120px;
    margin: 0 auto 15px;
    border-radius: 100%;
    overflow: hidden;
    position: relative;
    z-index: 1;
    border-color: #f8f8f8;
}
.image_wrapper{
    border-color: #e2e2e2;
    position: relative;
    overflow: hidden;
}
.image_wrapper img{
    width: 100%;
    border-radius: 50px;
}
}