.main_certificate {
	display: flex;
	justify-content: center;
}

.certificate {
	background-image: url(../images/bg_image.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	width: 61%;
	height: 41rem;
}

.logo {
	text-align: center;
	margin: auto;
}

.logo img {
	width: 178px !important;
	margin-top: 60px;
}

.title_color {
	color: red;
}

.subtitle_color {
	color: #010179;
}

.content_text {
	margin-top: 33px;
}

.last_text {
	margin-top: 58px;
}
