body{
    margin:0;
    padding: 0;
    font-family: sans-serif;
    bbackground-color: rgba(0,0,0,0.3);
}

.content{
    height: 100%;
    width:100%;
    justify-content: space-between;
    position: relative;
    margin-top: 100px;
    margin-bottom: 100px;
}
.content .image{
    float: left;
    margin: 30px;
}

.content .paragraph{
    font-size: 22px;
    padding: 30px 50px 30px 50px;
    text-align: justify;
    line-height: 24px;
}

.content .con .right{
    float: right;
}

.content .con{
    margin-bottom: 10px;
}

.content h2{
    color:#822923;
    font-size: 30px;
    position: relative;
    width: 100%;
    text-align: center;
    padding: 45px 0 30px 0;
}

@media screen and (max-width: 768px){
    .image{
        float: none;
        margin-left: 0;
        width: 100%;
    }

}