section#main.main-ind{
 	padding: 0; 
    overflow: unset;
}
/*******HEADER-SECTION*******/
.temp-title2 span{
   font-size: 40px;
    color: #ffe500;
    display: block;
  	margin-bottom: 15px;
}
.landing-header-top{
    position: relative;
    background-color: #000000;
    z-index: 0;
	padding: 0 20px;
}
.landing-header-top:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-position: 50%;
  	background-repeat: no-repeat;
    background-image: url(/images/landing/intel/intelgamerdays/gamer-days-organic-bg.jpg)
}
.landing-row-top {
    display: flex;
	position: relative;
    align-items: center;
    min-height: 800px;
    padding: 35px;
}
.landing-top-fl {
    position: relative;
    width: 65%;
	margin-bottom:50px;
  	z-index: 2;
}
.landing-top-fl img {
	margin-top:50px;
  	width: 500px;
}
.landing-top-fl .temp-title2{
	font-family:'IntelOne Display Bold';
	font-size: 26px;
  	margin-top: 60px;
  	line-height: 1.2;
}
.landing-top-fl .temp-title2:nth-child(3){
	font-size: 18px;
	margin-top: 10px;
	margin-bottom:50px;
}
.landing-header-content {
    position: relative;
    display: flex;
}
.vend-logo{
    position: absolute;
    top: 20px;
    right: 0;
}
.vend-logo img{
	width: 140px;
}
.landing-container{
    max-width: 1170px;
    margin: 0 auto;
}
.landing-container p{
 	color: #ffffff; 
}
.landing-button {
    background-color: #ffe500;
    color:#000000;
    text-transform: uppercase;
    font-family: 'Montserrat-Bold';
    font-size: 18px;
    cursor: pointer;
    display: inline-block;
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
    padding: 15px;
    margin: 20px 0px;
}
/*******HEADER-SECTION-END*******/
@media screen and (max-width: 1170px) {
  .landing-header-top:after {
    background-position: 60% 0%;
}
	.vend-logo{
			position: static;
			margin-bottom: 20px;
	}
	.landing-row-top{
			display: block;
      		min-height: auto;
			text-align: center;
		}
		.landing-top-fl{
			display: block;
			align-items: center;
			width: 100%;
		}
		.landing-top-fl img {
			width:100%;
			max-width:600px;
		}
		.landing-header-content{
			display: block;
		}
		.landing-header-bottom{
			padding: 0 20px 40px 20px;
		}
}


.ig-days h1, .ig-days h2, .ig-days h3, .ig-deal-price p{
	font-family: 'IntelOne Display Bold';
	margin: 0;
}
.ig-days h1, .ig-days h2, .ig-days h3, .ig-days p, .ig-days li{
	color: #ffffff;
	text-transform: none;
}


@font-face {
font-family: 'IntelOne Display Bold';
src: url('/fonts/IntelOneDisplay-Bold.otf');
}
@font-face {
font-family: 'IntelClear Reg';
src: url('/fonts/IntelClear-Regular.woff');
}
