.certificate-form {
	padding: 0 30px;
}

.certificate-example {
	position: absolute;
	display: inline-block;
	right: 10px;
	cursor: pointer;
}

.certificate-btns {
	display: flex;
}
@media (max-width: 600px) {
	.certificate-btns {
		flex-direction: column;
	}
}

.certificate-btns .btn-certificate {
	max-width: 300px;
	width: 100%;
	margin-right: 20px;
}
@media (max-width: 600px) {
	.certificate-btns .btn-certificate {
		margin-bottom: 15px;
		width: 100%;
		max-width: unset;
	}
}

.certificate-icon {
	font-size: 20px;
	font-weight: bold;
	color: lightcoral;
	border: 1px solid lightcoral;
	height: 22px;
	width: 22px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.certificate-header {
	margin-bottom: 20px;
}

.errorMessage {
	color: red;
}
