.ET_main{
	margin-top: 35px;
}
.ET_main_mobile{
	display:none;
}
.page_top {
    margin-top: 30px;
    box-sizing: border-box;
    padding-top: 130px;
}
.page_top img {
    width: 100%;
}
.page_logo {
    display: none;
}
/* Layout container */
.container {
	width: 1200px;
	margin: 0 auto;
}

/* Header styles */




/* Page title section */
.page_top_mobile{
	display:none;
}
.discover_guide {
	width: 1200px;
	margin: 0 auto;
	font-size: 16px;
	color: #333333;
	padding: 20px 0;
}
.container-title{
	width:330px;
	height:40px;
	margin:50px auto 60px;
}
.container-title img{
	width:100%;
	
}
.section-title{

}
.resources-grid{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}
.resource-item{
	 box-shadow: 0 0 15px #0a1b9820;
	margin-bottom:20px;
}
.resource-item h3{
	font-weight:500;
    padding-top:20px;
	height:110px;
	text-align:center;
	line-height:30px;
	box-sizing:border-box;
}
.resource-icon{
	width:590px;
	height:260px;
}
.resource-icon img{
    width:100%;
    height:100%;
}
@media only screen and (max-width: 768px) {
	html{
	    font-size:calc(100vw/375*16);
	}
	.container{
		width:calc(375rem/16)!important;
	}
	.page_top{
		margin-top: 0;
		height: auto;
		background-position-X:left;
		padding: 10px 0!important;
        display:none;
	}
    /* .page_top_mobile{
		margin-top: 0;
		height: auto;
		background-position-X:left;
		padding: 10px 0 0!important;
        display:block!important;
	} */
    .page_top_mobile{
		margin-top: 10px;
		height: auto;
		background-position-X:left;
		/* padding: 10px 0 0!important; */
		box-sizing: border-box;
		background: #f0f1f2;
		display:block!important;
	}
		.discover_guide{
			width: 100% !important;
			box-sizing: border-box;
			padding-top: 10px;
			padding-bottom: 10px;
			padding-left: 5%;
			padding-right: 5%;
			font-size: 14px;
			background: #f0f1f2;
		}
	.page_top_mobile img{
		width:100%;
		height:100%;
	}
	.ET_main{
		display:none;
	}
	/* .discover_guide{
		display:none;
	} */
    .container-title{
    	width:calc(210rem/16);
    	height:auto;
    	margin:calc(20rem/16) auto calc(20rem/16);
    }
    .container-title img{
    	width:100%;
    }
	.section{
		width:calc(355rem/16);
		margin:0 auto;
	}
.resources-grid{
	display:block;
}
.resource-item{
	 box-shadow: 0 0 15px #0a1b9820;
	margin-bottom:calc(10rem/16);
}
.resource-item h3{
	font-weight:500;
	font-size:calc(16rem/16);
    padding-top:calc(5rem/16);
	height:calc(80rem/16);
	text-align:center;
	line-height:calc(28rem/16);
	box-sizing:border-box;
}
.resource-icon{
	width:calc(355rem/16);
	height:auto;
}
.resource-icon img{
    width:100%;
    height:100%;
}
}