
/* ========= section-main ================================================= */

.section-main{
	background-color: #f7f9fd;
}
.section-main .container{
	overflow: hidden;
	padding-top: 50px;
	padding-bottom: 50px;
}
.section-main .logo{
	height: 40px !important;
	width: auto;
	margin-bottom: 30px;
}
.section-main .etranslate-prefix{
	font-size: 90%;
}
.section-main .flex-container{

}
.section-main .flex-container .item.text{
	width: 400px;
}
.section-main .flex-container .item.media{
	width: 200px;
}
.section-main .image-container{
	position: relative;
	min-height: 374px;
	padding-top: 40px;
	text-align: center;
}
.section-main .image-container:before{
	position: absolute;
	content: '';
	left:0;
	top:0;
	right:0;
	bottom:0;
	background: url(../../images/pages/spyhunter-activated/hexagon.svg) no-repeat center center;
	background-size: contain;
}
.section-main .image-container img{
	position: relative;
	z-index: 1;
}
.section-main .image-container:after{
	position: absolute;
	content: '';
	left: 55%;
	top: 63%;
	width: 110px;
	height: 110px;
	background: url(../../images/pages/spyhunter-activated/checkmark.svg) no-repeat 80% 90%;
	background-size: contain;
	z-index: 2;
}

.section-main h1{
	margin: 10px 0;
	color: #3279F6;
}
.section-main .media img{

}
