.w-md-50 {
    float: right;
    transform: scaleX(-1);
    width: 50%;
}

@media screen and (max-width: 768px) {
    .w-80 {
        width: 80%!important;
    }
}