.container1 {
    display: flex;
    flex-direction: row;
    padding: 0;
    margin: 25px auto 50px auto
}

.contentBox {
    display: flex;
    width: 50%;
    height: 400px;
    background-color: #ff0;
    padding: 10%;
    flex-direction: column;
}

.imgBox {
    display: flex;
    width: 600px;
    /*height: 400px;*/
    background-color: #f0f;
}

.line1 {
    height: 0;
    border-top: 2px solid #000;
    text-align: center;
}

.text1 {
    position: relative;
    font-size: 30px;
    top: -25px;
    background-color: #fff;
    margin: 25px;
    color: #0f4933;
}

.memberimg {
    width: 200px;
    height: 300px;
}

.membertext0 {
    position: relative;
    top: 295px;
    left: 62.5px;
    font-size: 20px;
    width: 200px;
    text-align: center;
}

.membertext {
    font-size: 20px;
    margin-left: 50px;
}

.membertext01 {
    font-size: 20px;
    width: 350px;
    text-align: center;
}

.sidetext {
    font-size: 20px;
    margin-top: 25px;
}

.collaborationstext {
    font-size: 25px;
    margin: 25px 0 25px 0;
}

.collaborationsborder {
    background-color: #4472c4;
    font-size: 35px;
    border: #4472c4 2px solid;
    border-radius: 20px;
    margin: 25px 0 25px 0;
}
