.sub-order{
    width: 570px;
    height: 584px;
  }
@media(max-width:768px){
    .sub-order{
        width: 100%;
        height: auto;
      }
}