
.textResponsive{
    visibility: hidden;
}
.textRCard{
    margin-top:120px;
}
@media (max-width: 992px){
    .textResponsive{
        visibility: visible;
        margin-bottom: 30px;
    }
    .textRCard{
        visibility: hidden;
        margin-top:-200px;
    }
    .img-flex{
        width:100%;
    }
}