@media screen and (min-width:768px){
    
}
@media screen and (max-width:768px){
    .box-title{
        background-repeat:repeat-y;
    }
}
