.orderDesc60{
    width:60%
}
.orderDesc20{
    width:20%
}

.btn-odr{
    width: 100%;
font-size: 1em;
font-weight: 500;
margin-top: 10px;
}

@media (max-width:768px){
    .orderDesc60{
        width:100%
    }
    .orderDesc20{
        width:100%
    }
    .ordImg{
        width: 100%;
    }
}