
h1{
	margin-top: 65px;
}

/* ====================== tabs-container ====================== */

.tabs-container{
	position: absolute;
	left: 0;
	right: 0;
	z-index: 2;
}
@media screen and (max-width: 700px) {
	.tabs.small span{
		display: none;
	}
}

/* =========== section-feature ============================================== */

.section-feature {
	background-color: white;
}
.section-feature .container {
	padding-top: 20px;
	padding-bottom: 20px;
	max-width: 1350px;
	overflow: hidden;
}
.section-feature .flex-container{
	display: flex;
	align-items: center;
	margin: 20px -30px;
}
.section-feature .flex-container .item{
	width: 400px;
	margin: 0 30px 20px 30px;
}
.section-feature .flex-container.reverse{
	flex-direction: row-reverse;
}
.section-feature .flex-container h3{
	margin: 0;
	font-size: 35px;
	font-weight: bold;
}
.section-feature h4{
	font-size: 30px;
}
.section-feature h4.blue{
	color: #2256B1;
}
.section-feature .flex-container img{
	max-width: 100% !important;
	background-color: white;
}
.section-feature .flex-container img:not(.clean){
	box-shadow: 0px 3px 30px rgba(50, 121, 246, 0.2);
}
.section-feature .align-top{
	align-items: start;
}
.section-feature .sh-pro-icon{
	margin-bottom: 50px;
}

.feature-helpdesk h3{
	margin: 0 auto;
	max-width: 1075px;
	font-size: 40px;
	font-weight: bold;
}
.feature-helpdesk h4{
	margin: 5px 0;
	color: black;
	font-size: 35px;
}
.feature-helpdesk .tabs-container-helpdesk{
	text-align: center;
	margin: 40px 0;
}
.feature-helpdesk .more{
	margin-top: 10px;
	font-weight: normal;
}
.feature-helpdesk .terms{
	margin: 10px 0;
	font-size: 16px;
}

/* =========== section-blueBanner ============================================== */

.section-blueBanner{
	min-height: 350px;
}
.section-blueBanner h2{
	margin: 0 0 15px 0;
	font-size: 40px;
}
.section-blueBanner p{
	font-size: 25px;
}
.section-blueBanner .button{
	font-size: 22px;
}
.section-blueBanner .terms{
	margin-top: 10px;
	font-size: 16px;
}