.flow-wrapper{
	display:flex;
	width:100%;
}
.flow-step{
	border:1px solid #b89c7a;
	padding:20px 59px 20px 20px;
	display:flex;
	align-items:center;
	gap:10px;
	position:relative;
	background:#fff;
	color: #062c30!important;
}
.flow-title{
	background:#083c3c;
	color:white;
	padding:12px 20px;
	font-size:18px;
}
.flow-row{
	display:flex;
	align-items:stretch;
}
.flow-box{
	border:1px solid #b89c7a;
	padding:20px;
	background:#fff;
	display:flex;
	align-items:center;
	gap:10px;
	width:100%;
	min-height:90px;
}
.flow-number{
	font-size:28px;
	line-height: 1;
}
.flow-main{
	font-size:16px;
}
.flow-arrow{
	align-items:center;
	justify-content:center;
	display:flex;
	font-size:20px;
	color:#b89c7a;
}
.lh-note {
	line-height: 1.7;
}
.mt-3px {
	margin-top: 3px;
}
.text-darkgreen {
	color: #062c30!important;
}
.border-green {
	border: 1px solid #083c3c;
	border-radius: 22px;
}

.shuttle-box {
	width: 100%;
	min-height: 140px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

@media screen and (max-width: 1199px) {
	.flow-step{
		padding:10px 40px 10px 20px;
	}
}

@media screen and (max-width: 991px) {
	.flow-wrapper{
		display:block;
		width:100%;
	}
	.flow-step{
		padding:25px 55px 25px 20px;
	}
	.flow-number{
		line-height: unset;
	}
	.shuttle-box {
		min-height: 100px;
	}
}