.how-it-works-wrapper {
	text-align: center;
}
.how-it-works-sec{
	padding:0px 0px 60px 0px;
}
.how-it-works-boxes-wrapper {
	display: flex;
	flex-wrap: wrap;
	gap: 1%;
	justify-content: center;
	row-gap: 15px;
	margin-top: 40px;
}
.how-it-works-box {
	width: 32%;
	display: flex;
	flex-direction: column;
	align-items: baseline;
	text-align: left;
	padding: 20px;
	gap: 15px;
	border-radius: 20px;
}

.how-it-works-box > h3 {
	font-family: "futura heavy";
	font-size: 30px;
	font-weight: 400;
	line-height: 26px;
	letter-spacing: 0px;
	color: #313131;
}
.how-it-works-box > div {
	font-family: "futura book;
		font-size: 18px;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0px;
	color: #313131;
}
.find-btn-wrap {
	margin-top: 40px;
}
.how-it-works-sec .home-btn {
	display: inline-block;
	margin: 40px 0 0;
}
@media screen and (max-width: 980px) {
	.how-it-works-box {
		width: 49%;
	}
	/* who use virtuso */
	.who-use-image-wrapper {
		width: 100%;
	}
	.who-use-image-wrapper > img {
		width: 100%;
		position: static;
		height: auto;
	}
	.who-use-content {
		width: 100%;
	}
	.who-use-content > h3 {
		font-size: 40px;
		line-height: 42px;
	}
}
@media screen and (max-width: 767px) {
	.how-it-works-box {
		width: 100%;
	}
}