@charset "UTF-8";
/* CSS Document */

.dcg .studio-header {
	background-image: url("https://currysprod.a.bigcontent.io/v1/static/nvidia-studio-header-desktop-1");
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
	min-height: 32em;
	padding: 3em;
}

.dcg .header-mobile-image {
	display: none;
}

.dcg .header-copy {
	width: 30%;
}
.dcg .studio-header h2 {
	color: #000;
	margin: 1em 0;
}

.dcg h2 {
	font-weight: 700;
	font-size: 3em;
	color: #76b900;
	line-height: 1em;
	margin: 1em 0;


}

.dcg h3 {
	font-size: 1.5em;
}

.dcg h4 {
	color: #76b900;
	font-size: 2em;
	line-height: 1em;
}


.dcg p {
	font-size: 1.2em;
}

.dcg hr {
	width: 80%;
	margin: 5em auto;
	display: block;
}

.dcg .studio-header p {
	color: #000;
	font-size: 1em;
}

.dcg button {
	background-color: #76b900;
	color: #fff;
	padding: 0.5em;
	border: none;
	font-size: 1em;
}

.dcg .paragraph-large {
	font-size: 1.5em!important;
}

.dcg .adobe-apps-section {
	text-align: center;
	margin: 5em 0;
}

.dcg .adobe-apps-header {
	flex-direction: column;
	display: flex;
}

.dcg .adobe-apps {
	display: flex;
	margin: 3em 8em;
}

.dcg .adobe-apps {
	text-align: center
}

.dcg .adobe-app {
	width: 500px;
	flex-direction: column;
	flex: 1;
	margin: 0 5em;
	text-align: center;
}

.dcg .adobe-app img {
	width: 70px;
	margin-bottom: 1em;
}

.dcg .adobe-app p {
	margin: 1em auto;
}

.dcg .adobe-app-header {
	text-align: center;
	font-weight: bold;
}

.dcg .adobe-app .adobe-app-paragraph {
	text-align: left;
}

.dcg .paragraph-green, .dcg .green-number, .dcg a {
	color: #76b900;
}

.dcg .creative-cloud-section {
	background-color: #1a1a1a;
	padding: 2em 10em;
	text-align: center;
	color: #fff;
}

.dcg .creative-cloud-section h3 {
	margin: 2em auto;
}
.dcg .creative-cloud-more {
	display: flex;
	margin: 2em auto;
	justify-content: center;
	width: 70%;
}


.dcg .creative-cloud-more-info {
	margin: 0 3em;
	max-width: 250px;
}

.dcg .studio-laptops-section {
	text-align: center;
	margin: 8em 0;
}

.dcg .studio-apps-section {
	background-image: url("https://media.currys.biz/i/currysprod/nvidia-studio-apps-background.png");
	background-size: cover;
	background-repeat: no-repeat;
	min-height: 30em;
	display: flex;
	flex-direction: column;
	padding: 2em 10em;
}

.dcg .studio-apps-section p, .dcg .studio-apps-section h3, .dcg .studio-apps-section h4{
	color: #fff;

}

.dcg .studio-apps-header {
	text-align: center;
	margin-bottom: 5em;
}

.dcg .studio-app, .dcg .studio-app-reverse {
	flex-direction: row;
	display: flex;
	margin-bottom: 5em;
}

.dcg .studio-app img, .dcg .studio-app-reverse img {
	width: 800px;	
}

.dcg .studio-apps-image {
	width: 50%;
    margin: 0 2em;
}


.dcg .studio-apps-copy {
	width: 80%;
	margin: 0 2em;
}


.dcg .studio-apps-copy h4 {
	color: #76b900;
}

.dcg .terms-troubleshooting {
	margin: 5em;
	color: #666666
}

.dcg .terms-and-conditions {
	margin: 5em auto;
	width: 70%;
}

.dcg .products-section h3 {
	color:#76b900;
	text-align: center;
	margin: 2em 0;
}

.dcg .products-section button {
	margin: 1em auto;
	display: block;
}

.dcg .products-section p {
	text-align: center;
	margin: 1em auto;
}

.dcg .nvidia-footer-section {
	width: 50%;
	display: block;
	margin: 2em auto;
}

.dcg .nvidia-footer-section p {
	color: #666666;
	text-align: center;
}

.dcg .nvidia-footer-section img {
	display: block;
    margin: 1em auto;
}

.dcg .products-section {
    margin: 2em auto;
    justify-content: center;
    width: 70%;
}

.dcg .products-section img {
	max-width: 100%
}

.dcg .products-section-inner {
	display: flex;
    flex-direction: row;
	margin: 1em;
}

.dcg .product {
	    flex-grow: 1;
    flex-basis: 0;
}
.dcg .products-section-inner img {
width: 20em;
	margin: 0 auto;
    display: block;
}

@media (max-width: 600px) {
	
	.dcg h2 {
		font-size: 2em;
	}
	
	.dcg h3 {
		font-size: 1em;
		font-weight: 700;
	}
	
	.dcg .studio-header {
	background-image: none;
		padding: 0;
		height: auto;

}
	
	.dcg .header-mobile-image {
	display: block;
}
	
	.dcg .header-copy {
		padding: 3em;
		width: 80%;
	}


	.dcg h2 {
		margin: 0;
	}
	
	.dcg .adobe-apps-section {
		width: 60%;
		margin: 0 auto;
	}
		
	.dcg .adobe-apps{
		margin: 2em 0;
		flex-direction: column;
	}
	
	.dcg .adobe-app {
		margin: 0.5em auto;
		width: 100%;
	}

	.dcg .creative-cloud-section {
		padding: 2em;
	}
	.dcg .creative-cloud-more {
		flex-direction: column;
		width: 70%;
	}
	
	.dcg .creative-cloud-more-info {
		margin: 0 auto;
		width: 100%;
		padding: 1em 0;
	}
	
	.dcg .studio-apps-section {
		padding: 2em;
	}
	
	.dcg .studio-app, .dcg .studio-app-reverse {
		flex-direction: column;
	}
	
	.dcg .studio-app-reverse {
		flex-direction: column-reverse;
	}

	.dcg .studio-app img, .dcg .studio-app-reverse img {
		width: 25em;
		max-width: 25em;
	}
	
	.dcg .studio-apps-copy h4 {
		line-height: 1em;
	}
	
	.dcg .terms-troubleshooting {
		margin: 2em;
	}
	
	
.dcg .products-section h3 {
	font-size: 2em;
}
	
	.dcg .products-section-inner {
    flex-direction: column;
}


}

