h1{
	font-weight: 700;
	line-height: 56px;
}
.grayCaption{
	font-size: 22px;
	line-height: 31px !important;
	color: #a7a9ac;
}
.subTitle{
	font-size: 22px;
	line-height: 31px !important;
	font-weight: 700;
	margin: 65px 0 33px 0;
}
.freewillMarkingWrapper p{
	font-size: 16px;
	line-height: 22px !important;
	margin-top: 0;
}
.b-s1px{
	border: 1px solid #CDCDCD;
	background: #fff;
	border-radius: 4px;
	padding: 25px 33px;
}
.ai-c{
	align-items: center;
}
.flexWrapper{
	display: flex;
}
.prompt .icon{
	margin-right: 38px;
}
.prompt p{
	margin-bottom: 0 !important;
}
.subTitle2{
	margin-top: 80px;
	margin-bottom: 33px;
}
.rowWithIcon{
	margin-bottom: 80px;
}
.rowWithIcon .title{
	font-size: 18px;
	line-height: 25px !important;
	margin-bottom: 21px;
	font-weight: 700
}
.rowWithIcon .columns{
	overflow: hidden;
}
.rowWithIcon .column1{
	float: left;
	width: 448px;
	text-align: left;
}
.rowWithIcon.reversed .column1{
	width: auto;
	text-align: center;
	width: 50%;
}
.rowWithIcon .column2{
	float: right;
	text-align: center;
	width: 50%;
}
.rowWithIcon.reversed .column2{
	width: 448px;
	text-align: left;
}
.rowWithIcon6 .title,
.rowWithIcon5 .title,
.rowWithIcon4 .title,
.rowWithIcon3 .title,
.rowWithIcon1 .title{
	margin-top: 41px;
}
.rowWithIcon2 .title{
	margin-top: 12px;
}
.textBlockWithLines{
	padding: 48px 0 40px 0;
	border-top: 1px solid #cfd1d2;
	border-bottom: 1px solid #cfd1d2;
}
.textBlockWithLines ul{
	font-size: 16px;
	line-height: 22px !important;
}
.textBlockWithLines ul li{
	margin: 0 0 20px 0 !important;
}
.textBlockWithLines .subTitle{
	margin: 0 0 40px 0;
}
.threeColumns{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.threeColumns .columnItem{
	width: 32%;
	max-width: 306px;
	background: #ededed;
	border-radius: 6px;
	padding: 30px;
}
.threeColumns .columnItem .icon{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 65px;
	height: 65px;
	border-radius: 6px;
	background: #fff;
  box-shadow: 0px 9px 25px 0px rgba(70, 70, 70, 0.05);
  margin-bottom: 30px;
}
.threeColumns .columnItem .title{
	font-weight: 700;
	font-size: 18px;
	line-height: 25px !important;
	margin-bottom: 17px;
}
.threeColumns .columnItem .caption{
	font-size: 14px;
	line-height: 20px !important;
}
.buttonInText {
	line-height: unset !important;
}
@media screen and (max-width: 1024px){
	.freewillMarkingWrapper{
		padding: 0 75px;
	}
	.rowWithIcon .column{
		width: 48% !important
	}
}
@media screen and (max-width: 959.98px){
	.freeWillMarkingWrapper{
		padding-left: 70px;
		padding-right: 70px;
	}
}
@media screen and (max-width: 880px){
	.threeColumns .columnItem{
		padding: 30px 20px 30px 20px;
		width: 49%;
		max-width: unset;
		margin-bottom: 20px;
	}
	h1 br,
	.subTitle br{
		display: none;
	}
	.prompt{
		margin-top: 40px;
	}
	h1{
		line-height: 49px;
	}
	.grayCaption {
    font-size: 18px;
    line-height: 28px !important;
  }
}
@media screen and (max-width: 768px){
	h1{
		line-height: 40px !important;
	}
	.rowWithIcon{
		margin-bottom: 40px;
	}
	.freewillMarkingWrapper{
		padding: 0 15px;
	}
	.prompt .icon{
		margin-right: 28px;
	}
	.b-s1px{
		padding: 14px 16px;
	}
	.prompt p{
		font-size: 14px !important;
		line-height: 18px !important;
	}
	.subTitle{
		margin: 45px 0 23px 0;
	}
	.subTitle2 {
		margin-top: 40px;
		margin-bottom: 0;
	}
	.rowWithIcon .columns{
		display: flex;
		flex-wrap: wrap;
	}
	.rowWithIcon .column{
		width: 100% !important;
		float: none !important;
	}
	.rowWithIcon .columns img{
		max-width: 100%
	}
	.rowWithIcon.reversed .columns{
		flex-direction: column-reverse;
	}
	.rowWithIcon .column1{
		margin-bottom: 28px;
	}
	.rowWithIcon.reversed .column1{
		margin-bottom: 0;
	}
	.rowWithIcon.reversed .column2{
		margin-bottom: 28px;
	}
}
@media screen and (max-width: 520px){
	.threeColumns .columnItem{
		width: 100%;
	}
}
@media screen and (max-width: 480px){
	.textBlockWithLines ul {
	    font-size: 14px;
	    line-height: 18px !important;
	}
}