.content{
    margin: 0 auto 20px auto;
    display: flex;
    justify-content: space-between;
}
.leftCont1{
    margin-top: 15vh;
    color: #3CA43C;
    z-index: 2;
    flex: 1;
    font-size: 2vw;
    padding-left: 6vw;
}
.leftCont2{
    margin-top: 3vh;
    width: 4px;
    background-color: #808080;
}
.rightCont1{
    width: 62%;
    margin-top: 16vh;
}
.rightCont1_title{
    width: 66%;
    font-size: 2.6rem;
    color: #333333;
    margin: 0 auto 3vh auto;
}
.rightCont1_cont{
    width: 100%;
    margin-top: 80px;
}
.rightCont1_item{
    width: 66%;
    display: flex;
    align-items: center;
    margin:0 auto 3vh auto;
    font-size: 2rem;
    color: #333333;
}
.rightCont1_item :first-child{
    width: 30%;
}
.rightCont2{
    height: 700px;
    flex: 1;
    display: flex;
    flex-direction: column-reverse;
    align-items: left;
}
.rightCont2 img{
    width: 12vw;
    height: 12vw;
}
.contact2Img{
    width: 10%;
    position: absolute;
    top: 92vh;
    left: 0;
    z-index: 1;
}
.contact2Img img{
    width: 100%;
    height: 100%;
}