
.certificate-background{
	height: 85vh;
	background-position: center;
	background-size: cover;
}
.certificate-text{
	color: white;
	padding: 12% 0 0 60.5%;
	font-family: "Forum", serif;
	font-weight: 400;
	font-style: normal;
	line-height: 55px;
	font-size: 58px;
}
@media (max-width: 1400px) {
	.certificate-text{
		width: 91%;
		color: white;
		padding: 9% 0 0 48.5%;
		font-family: "Forum", serif;
		font-weight: 400;
		font-style: normal;
		line-height: 34px;
		font-size: 42px;
	}
}
@media (max-width: 820px) {
	.certificate-text{
		width: 91%;
		color: white;
		padding: 15% 0 0 40.5%;
		font-family: "Forum", serif;
		font-weight: 400;
		font-style: normal;
		line-height: 30px;
		font-size: 31px;
	}
}
@media (max-width: 600px) {
	.certificate-background{
		height: 32vh;
		background-position: center;
		background-size: cover;
		text-align: center;
	}
	.certificate-text{
		width: 91%;
		color: white;
		padding: 9% 0 0 48.5%;
		font-family: "Forum", serif;
		font-weight: 400;
		font-style: normal;
		line-height: 21px;
		font-size: 12px;
	}
}
