body {
  background: #fff none repeat scroll 0 0;
}
.inner-div {
  background-color: white;
  border: 1px solid #ddd;
  box-shadow: 0 20px 30px rgb(7 34 48 / 11%);
  border-radius: 5px;
}

.order-type {
  margin:40px 0px;
  padding:20px;
}

.inner-div.order-type h2, .inner-div h2 {
  padding:20px 0px;
  text-align: center;
  font-weight: bold;
} 
.order-type-second-step {
}
.second-step {
  min-height: 300px;
}
.order-type-second-step h3, .second-step h3 {
  text-align: center;
}
.order-type-second-step p, .second-step p {
  text-align: center;
}
.second-img {
  text-align: center;
  margin-top: 20px;
}
@media (min-width: 992px) {
  .container.order-step {
      width: 760px;
  }
}
@media (max-width: 991px) {
  .inner-div {
  background-color: white;
  border: none;
  box-shadow: none;
  border-radius:0px;
}
.order-type {
  margin:40px 0px;
  padding:0px;
}
}
