@media (min-width: 768px){
    .text-md-right {
        text-align: right !important;
    }
    .text-md-left {
        text-align: left !important;
    }
    .mb-md-0, .my-md-0 {
        margin-bottom: 0 !important;
    }
}
.white-text{color: #fff;}