container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.content {
    padding:2%;
}
.leftbar {
    display: inline-block;
    padding:1%;
    width: 35%;
    /* transform: rotate(90deg); */
    /* background-color: #6abfc6;*/
    text-align:center;
}
.leftbar img{
    /* width:90%; */
    max-width: 90%;
    max-height: 60vh;
    
}

.rightbar {
    padding:1%;
    width: 60%;
    display: inline-block;
}


h3 {
    margin: 0 auto;
    font-size: 28px;
    padding-bottom: 20px;
}

.rightbar p {
    text-indent: 2em;
    line-height: 26px;
    font-size: 16px;
}