.left-img-right-text{
    /*padding: 50px 0;*/
    position: relative;
}
.left-img-right-text-img{
    width: 100%;
}
.left-img-right-text-content{
    padding-left: 30px;
}
.left-img-right-text-content-title{
    color: #7F7F7F;
    font-size: 1.5em;
    margin-bottom: 30px;
}
.left-img-right-text-content-text{
    line-height: 2;
    margin-bottom: 0;
    font-style: italic;
}
.left-img-right-text-content-text a{
    color: #000;
    -webkit-text-decoration-color: #F7971D;
    text-decoration-color: #F7971D;
    text-decoration: underline;
}


@media only screen and ( max-width: 768px ){
    .left-img-right-text-content{
        padding-left: 0;
        padding-bottom: 30px;

    }
    .left-img-right-text-col{
        order: 1;
    }
    .left-img-left-text-col{
        order: 2;
    }
}