/* Order Process Start */
.order-process-wrap {
  padding: 50px 0;
}
.order-process-box-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
.order-process-box {
  padding: 32px;
  border-radius: 10px;
  border:1px solid #E1E4ED;
  display: flex;
  flex-direction: column;
  align-items: center;text-align: center;
}

.order-process-box img {
	width: 100%;
}
.order-process-box .box-title {
  font-weight: 600;
  font-size: 22px;
  line-height: 22px;
  margin-top: 24px;
  margin-bottom: 12px;
}
.order-process-box p {
  font-size: 16px;
  line-height: 150%;
  max-width: 80%;
}.order-process-box:nth-child(2) .image-wrap-order-process{
    position: relative;
    width:100%;
    padding-bottom:120px;
    height: 250px;
}
.order-process-box:nth-child(2) .image-wrap-order-process .abs{
    position: absolute;
    width:50%;
    right: 0;
    margin: 0;
    top: 70%;
    transform: translateY(-50%);
}
.order-process-box:nth-child(2) .image-wrap-order-process .abs2{
    position: absolute;
    width:60%;
    left: -20px;
    margin: 0;
    top: 70%;
    transform: translateY(-50%)
}
@media(max-width:1024){.order-process-box img{width:100%}}
@media (max-width:767px){.order-process-box-wrap {grid-template-columns: 1fr;}
	
	.order-process-box:nth-child(2) .image-wrap-order-process{
		padding-bottom:120px;
	}
	.order-process-box:nth-child(2) .image-wrap-order-process .abs{
		top:50%;
	}
	.order-process-box:nth-child(2) .image-wrap-order-process .abs2{
		width: 80%;
		left: -70px;
		z-index:1;
		top: 50%;
	}}
/* Order Process End */