.page-top-section{
	display: flex;
	align-items: center;
	flex-direction: column;
	margin-top: 7vw;
}
.page-top-section h2{
	margin-bottom: -3vw;
	padding: 1.5vw 2.5vw;
	z-index: 5;
	position: relative;
	background: var(--purple);
	border-radius: .3vw;
	color: #fff;
	max-width: 90%;
	text-align: center;
}
.page-top-section img{
	width: 100%;
	border-radius: .3vw;
}
.page-top-section p{
	color: #fff;
	padding: 2.2vw;
	background: rgba(39, 11, 120, 0.85);
	border-radius: .3vw;
	max-width: 90%;
	margin-top: -4.5vw;
}
.page-top-section p b{
	font-family: "SourceSansPro-regular"; 
}
.center-info{
	text-align: center;
	margin-top: 7vw;
}
.services{
	display: flex;
	justify-content: space-between;
	margin-top: 7vw;
}
.service{
	display: flex;
	align-items: center;
	flex-direction: column;
	width: 30%;
}
.service h3{
	padding: .8vw;
	width: 100%;
	font-size: 2.1vw;
	margin: 0;
	margin-bottom: .8vw;
	border-bottom: 4px solid #F7C51E;
	text-align: center;
}
.service .img{
	width: 100%;
	margin-top: 3.3vw;
}
.service p{
	margin: 0;
}
.service .main-btn{
	font-size: .8vw;
	padding: .8vw 1.5vw;
	margin-top: 1.5vw;
}
.option-available-text:before{
	height: 16vw;
}
.option-available-text .info{
	align-items: flex-start;
}
.option-available-text .info h3{
	margin-bottom: 1.3vw;
}
.option-available-text .info p{
	margin-top: 0;
	color: #fff;
	font-family: "montserrat"; 
}
.ways{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin-top: 3.3vw;
}
.ways .way{
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 0 2.3vw;
	margin-top: 1.5vw;
}
.ways .way:first-child{
	margin-left: 0;
}
.ways .way:last-child{
	margin-right: 0;
}
.ways .way .img{
	height: 4.8vw;
}
.ways .way p{
	margin: 0;
	font-size: 1.1vw;
	font-family: "SourceSansPro"; 
	margin-top: 1vw;
}
.how-it-work h2{
	text-align: center;
	margin-top: 7vw;
}
.how-it-work-cont{
	margin-top: 3.3vw;
	margin-bottom: 7vw;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.how-it-work-items{
	width: 26.3vw;
}
.how-it-work-items .how-it-work-item{
	height: 22vw;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-direction: column;
	padding: 2vw;
	background: var(--purple);
	margin-bottom: 2.7vw;
	color: #fff;
	border-radius: .3vw;
}
.how-it-work-items .how-it-work-item:last-child{
	margin-bottom: 0;
}
.how-it-work-items .how-it-work-item h3{
	font-size: 1.9vw;
	margin: 0;
	font-family: "montserrat-bold";
}
.how-it-work-items .how-it-work-item p{
	margin-top: 1.5vw;
}
.how-it-work-cont .img{
	width: 35.5vw;
	border-radius: .3vw;
}
.dont-foget{
	margin-top: 3.3vw;
}
.dont-foget .service{
	text-align: center;
}
.dont-foget .service h3{
	font-size: 1.3vw;
	white-space: pre;
	padding: 1.5vw;
}
.reliable-sings .way{
	width: 22%;
}
.apply-now{
	margin: 7vw auto;
	display: block;
	width: 28vw;
}
@media (min-width: 1920px) {
	.page-top-section h2{
		margin-bottom: -58px;
		padding: 29px 48px;
		border-radius: 5px;
	}
	.page-top-section img{
		border-radius: 5px;
	}
	.page-top-section p{
		padding: 42px;
		border-radius: 5px;
		margin-top: -87px;
	}
	.center-info,
	.services,
	.page-top-section{
		margin-top: 130px;
	}
	.service h3{
		padding: 16px;
		font-size: 40px;
		margin-bottom: 16px;
	}
	.service .img{
		margin-top: 64px;
	}
	.service a{
		font-size: 16px;
		padding: 16px 29px;
		margin-top: 29px;
	}
	.option-available-text:before{
		height: 307px;
	}
	.option-available-text .info h3{
		margin-bottom: 25px;
	}
	.ways{
		margin-top: 64px;
	}
	.ways .way{
		margin: 0 44px;
		margin-top: 28px;
	}
	.ways .way .img{
		height: 92px;
	}
	.ways .way p{
		font-size: 21px;
		margin-top: 19px;
	}
	.how-it-work h2{
		margin-top: 135px;
	}
	.how-it-work-cont{
		margin-top: 64px;
		margin-bottom: 135px;
	}
	.how-it-work-items{
		width: 505px;
	}
	.how-it-work-items .how-it-work-item{
		height: 422px;
		padding: 39px;
		margin-bottom: 52px;
		border-radius: 5px;
	}
	.how-it-work-items .how-it-work-item h3{
		font-size: 37px;
	}
	.how-it-work-items .how-it-work-item p{
		margin-top: 29px;
	}
	.how-it-work-cont .img{
		width: 681px;
		border-radius: 5px;
	}
	.apply-now{
		margin: 130px auto;
		width: 519px;
	}
}
@media (max-width: 500px) {
	.page-top-section h2{
		padding: 3vw 5vw;
		margin-bottom: -5vw;
		border-radius: 1vw;
	}
	.page-top-section p{
		border-radius: 1vw;
		padding: 3vw;
	}
	.center-info{
		margin-top: 10vw;
	}
	.services{
		flex-direction: column;
		align-items: center;
	}
	.service{
		width: 80%;
		margin-bottom: 10vw;
	}
	.service h3{
		padding: 3vw;
		font-size: 5vw;
		margin-bottom: 3vw;
	}
	.service h3 br{
		display: none;
	}
	.service a{
		font-size: 3vw;
		padding: 2vw 4vw;
		margin-top: 5vw;
	}
	.page-top-section img{
		height: 60vw;
		object-fit: cover;
		border-radius: 1vw;
	}
	.option-available-text .info h3{
		font-size: 5vw;
		margin-bottom: 4vw;
	}
	.ways{
		margin-top: 7vw;
		flex-wrap: wrap;
		justify-content: space-around;
	}
	.ways .way{
		margin: 5vw 0;
		margin-top: 6vw;
		width: 48%;
	}
	.ways .way .img{
		height: 14vw;
	}
	.ways .way p{
		font-size: 3.5vw;
		margin-top: 3vw;
	}
	.how-it-work h2{
		margin-top: 12vw;
	}
	.how-it-work-cont{
		margin-top: 7vw;
		margin-bottom: 12vw;
	}
	.how-it-work-cont{
		flex-direction: column-reverse;
	}
	.how-it-work-cont .img{
		border-radius: 1vw;
		height: 75vw;
		object-fit: cover;
		width: 95%;
	}
	.how-it-work-items{
		width: 95%;
	}
	.how-it-work-items .how-it-work-item{
		height: unset;
		margin: 0;
		margin-top: 5vw;
		border-radius: 1vw;
		padding: 4vw;
	}
	.how-it-work-items .how-it-work-item h3{
		font-size: 4.5vw;
	}
	.apply-now{
		margin: 12vw auto;
		width: 80vw;
	}
}