/*your custom css goes here*/
@media screen and (max-width: 786px){
.border-m-0{
    border : 0 !important;
}
.mt-m-1{
    margin-top: 15px !important;
}
}