/*resolution 1200px*/
@media (min-width:1200px) {
     .gpu-container {
         width: 1180px;
         display: -webkit-box;
         display: -ms-flexbox;
         display: flex;
         -webkit-box-orient: horizontal;
         -webkit-box-direction: normal;
             -ms-flex-direction: row;
                 flex-direction: row;
         margin: 10px auto;
    }
	
	.gpu-partner-content1 h2 {
		text-align: left;
		font-size: 2em;
		color: #d0343a;
		font-weight: 700;
	}
	
	.gpu-space1 {
		content: '';
		width: 100%;
		height: 50px;
	}
	
	.section-gpu-partner-bg1 {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		background-image: url(https://cdn.adlinktech.com/EPM/EGX/IMG/bg_GPU-Solution-Partners_1200.jpg);
		background-size: cover;
		width: 100%;
		height: 900px;
		background-repeat: no-repeat;
	}

	.gpu-partner-content1 {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		width: 65%;
		padding-right: 30px;
		margin-top: 380px;
	}
	
	.gpu-partner-content1 p {
		color: #fff;	
	}
	
	.gpu-partner-img1 {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		width: 100%;
		height: 150px;
		text-align: center;
	}
	
	.gpu-partner-img1 img {
		width: auto;
		height: 100%;
	}
	 
     .section-gpu-partner-bg2 {
         display: -webkit-box;
         display: -ms-flexbox;
         display: flex;
         width: 100%;
         height: auto;
		 margin-top: 20px;
    }
	
	.gpu-partner-content {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-direction: row;
		        flex-direction: row;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		margin: 0;
		padding: 0;
		width: 100%;
		height: auto;
	}
	
	.gpu-partner-logo {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		width: 30%;
		height: 300px;
		margin: 10px 15px;
		padding: 20px 0;
		background-size: cover;
		background-repeat: no-repeat;
	}
	
	.gpu-partner-logo1 {
		background-image: url(https://cdn.adlinktech.com/EPM/EGX/IMG/bg_GPU-Solution-Partners_logo1.jpg);
	}
	
	.gpu-partner-logo2 {
		background-image: url(https://cdn.adlinktech.com/EPM/EGX/IMG/bg_GPU-Solution-Partners_logo2.jpg);
	}
	
	.gpu-partner-logo3 {
		background-image: url(https://cdn.adlinktech.com/EPM/EGX/IMG/bg_GPU-Solution-Partners_logo3.jpg);
	}
	
	.gpu-partner-logo-img {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		width: auto;
		height: 80px;
		margin-top: 40px;
	}
	
	.gpu-partner-logo-img img {
		width: auto;
		height: 100%;
	}
	
	.gpu-partner-logo h3 {
		color: #fff;
		text-align: center;
		margin-top: 60px;
	}
	
	
	.gpu-solution-contact {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		width: 100%;
		background-color: #d0343a;
		cursor: pointer;
		-webkit-transition: .5s;
		-o-transition: .5s;
		transition: .5s;
	}
	
	.gpu-solution-contact:hover {
		background-color: #5a5858;
	}
	
	.gpu-solution-contact-content {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-direction: row;
		        flex-direction: row;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		width: 90%;
		margin: 15px;
	}
	
	.gpu-solution-contact-icon {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		width: 100px;
		height: auto;
	}
	
	.gpu-solution-contact-icon img {
		width: 80px;
		height: auto;
	}
	
	.gpu-computing-pd-content-text {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}
	
	.gpu-computing-pd-content-text2 {
		color: #fff;
		font-weight: 600;
		font-size: 20px;
	}
	
	.gpu-solution-contact-link {
		text-decoration: none;
	}
}