.everise-about-our-awards {
	background-color: #F8F8F8;
	padding-top: 132px;
	padding-bottom: 132px;
}

.everise-about-our-awards .content {
	display: flex;
	justify-content: space-between;
}

.everise-about-our-awards .content h2 {
	width: 50%;
	font-size: 64px;
	letter-spacing: -0.02em;
	line-height: 80px;
	font-weight: var(--wp--custom--typography--font-weight--600);
	font-family: var(--wp--preset--font-family--heading);
	max-width: 676px;
	color: #000000;
}

.everise-about-our-awards .content p {
	width: 50%;
	max-width: 814px;
	color: #000000;
	letter-spacing: 0.02em;
	color: rgba(0, 0, 0, 0.81);
	line-height: 35px;
}

@media (max-width: 992px) {
	.everise-about-our-awards {
		padding-top: 66px;
		padding-bottom: 66px;
	}
	.everise-about-our-awards .content {
		flex-direction: column;
	}
	.everise-about-our-awards .content h2 {
		font-size: 36px;
		line-height: 45px;
		width: 100%;
		margin-bottom: 16px;
	}
	.everise-about-our-awards .content p {
		font-weight: var(--wp--custom--typography--font-weight--400);
		font-size: 16px;
		line-height: 28px;
		letter-spacing: 0.04em;
		width: 100%;
	}
}
