.ugc-panel { margin-bottom: 30px; }
.ugc-panel .header {
	display: flex;
	align-items: center;
	padding-right: 30px;
}
.ugc-panel .header h1 {
	font-family: "DIN Next LT W01 Black", sans-serif;
	font-size: 65px;
	line-height: 46px;
	color: #434444;
	text-transform: uppercase;
	margin: 0 20px 0 50px;
}
.ugc-panel .header p {
    font-size: 18px;
    font-family: "DIN Next LT W01 Medium", sans-serif;
    line-height: 24px;
}
.ugc-panel .content {
	background-image: url('/includes/public/assets/bg.png');
	padding-top: 45px;
}
@media screen and (max-width: 1024px) {
	.ugc-panel .header {
		flex-direction: column;
		justify-content: center;
		padding: 0 15px;
		align-items: flex-start;
	}
	.ugc-panel .header h1 {
		font-size: 34px;
		margin: 0 0 5px;
	}
	.ugc-panel .header p {
	    font-size: 16px;
	    line-height: 28px;
	}
	.ugc-panel .content {
		padding-top: 25px;
		margin-top: 15px;
	}
}