.angelstwelve-award {
	position: relative;
	background-position: top center;
	background-size: 100% auto;
	background-repeat: no-repeat;
	overflow: hidden;
}

.angelstwelve-award:after {
	display: block;
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 200vw;
	transform: translateY(80%);
	background: radial-gradient(circle, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 75%, rgba(255, 255, 255, 0) 85%, rgba(255, 255, 255, 0) 100%);
}

.angelstwelve-award__picture {
	position: absolute;
	z-index: 1;
	top: 455px;
	width: 20vw;
	height: 20vw;
}

.angelstwelve-award__picture--left {
	left: 52px;
}

.angelstwelve-award__picture--right {
	right: 40px;
}

.angelstwelve-award__img {
	object-fit: contain;
	object-position: center;
	width: 100%;
	height: 100% !important;
}

.angelstwelve-award__content {
	position: relative;
	z-index: 2;
	padding-block: 36.4vw 40px;
	margin: 0 auto;
	max-width: 800px;
	text-align: center;
	color: #fff;
}

.angelstwelve-award__title {
	font-family: Ebrima, sans-serif;
	font-weight: 700;
	font-size: 45px;
	line-height: 58px;
	color: #3A414B;
	text-transform: uppercase;
	margin-bottom: 5px;
}

.angelstwelve-award__subtitle {
	font-family: Inter, sans-serif;
	font-weight: 600;
	font-size: 24px;
	line-height: 29px;
	color: #F15F39;
	text-transform: uppercase;
}

.angelstwelve-award__text,
.angelstwelve-award__text * {
	font-family: Inter, sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 19px;
	text-align: center;
	color: #000;
}

.angelstwelve-award__text {
	margin-bottom: 43px;
}

.angelstwelve-award__logo {
	display: block;
	margin: 0 auto;
	max-width: 225px !important;
}

@media (max-width: 1200px) {
	.angelstwelve-award:after {
		transform: translateY(73%);
	}

	.angelstwelve-award__picture {
		width: 150px;
		height: 150px;
		top: 232px;
	}

	.angelstwelve-award__picture--left {
		left: 31px;
	}

	.angelstwelve-award__picture--right {
		right: 30px;
	}

	.angelstwelve-award__content {
		padding-top: 39vw;
		max-width: 600px;
	}

	.angelstwelve-award__title {
		font-size: 40px;
		line-height: 51px;
		margin-bottom: 8px;
	}

	.angelstwelve-award__subtitle {
		font-size: 20px;
		line-height: 24px;
		margin-bottom: 12px;
	}

	.angelstwelve-award__text {
		margin-bottom: 25px;
	}

	.angelstwelve-award__text,
	.angelstwelve-award__text * {
		font-size: 12px;
		line-height: 15px;
	}

	.angelstwelve-award__logo {
		max-width: 135px !important;
	}
}

@media (max-width: 768px) {
	.angelstwelve-award:after {
		transform: translateY(55%);
	}

	.angelstwelve-award__picture {
		width: 65px;
		height: 65px;
		top: 97px;
	}

	.angelstwelve-award__picture--left {
		left: 6px;
	}

	.angelstwelve-award__picture--right {
		right: 2px;
	}

	.angelstwelve-award__content {
		padding-top: 40vw;
		max-width: 66%;
	}

	.angelstwelve-award__title {
		font-size: 20px;
		line-height: 25px;
		margin-bottom: 3px;
	}

	.angelstwelve-award__subtitle {
		font-size: 14px;
		line-height: 17px;
		margin-bottom: 8px;
	}

	.angelstwelve-award__text {
		margin-bottom: 20px;
	}

	.angelstwelve-award__text,
	.angelstwelve-award__text * {
		font-size: 12px;
		line-height: 15px;
	}

	.angelstwelve-award__logo {
		max-width: 62px !important;
	}
}