.codt-path-img{
    width: 100%;
    display: block;
    margin: 0 auto; 
}

.codt-path-desktop{
    padding: 25px 0;
}

.codt-path-mobile{
    padding: 50px 35px !important;
}

/* For mobile device */
@media only screen and (max-width: 767px) {
    .codt-path-desktop{
        display: none; 
    }
}

/* for dsktop device */
@media only screen and (min-width: 768px) {
    .codt-path-mobile{
        display: none; 
    }
}