.awards {
	margin-top: var(--py-section);
	margin-bottom: var(--py-section);
}

.awards-list {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	justify-content: center;
}

.awards h2 {
	font-size: 34px;
	margin-bottom: 30px;
	line-height: 48px;
}

.awards-item {
	width: 45%;
	display: flex;
	justify-content: center;
	align-items: center;
}

@media screen and (min-width: 640px) {
	.awards-item {
		width: 23%;
	}
}

@media screen and (min-width: 768px) {
	.awards-item {
		width: 16.666%;
		display: flex;
		justify-content: center;
		align-items: center;
	}
}

@media screen and (min-width: 1025px) {
	.awards h2 {
		font-size: 48px;
		margin-bottom: 80px;
	}
}

@media screen and (min-width: 1280px) {
	.awards h2 {
		font-size: 60px;
	}
}
