.heading-others {
	color: #006850;
    font-size: 24px;
    margin-bottom: 15px;
    font-family: tt_supermolot_neueexpandedBd;
	margin-bottom:55px;
	padding-top: 22px;
	margin-left:35px;
}

.no-show {
	display:none;
}
.main-div {
	margin-left:35px;
	margin-bottom: 60px;
}

.form-desc {
	color: #006850;
	font-size:16px;
	line-height: 1.7;
    letter-spacing: 1px;
	font-weight:600;
	width:80%;
}

.certificate-style {
	margin-bottom: 8%;
}

.cert-desc {
	color: #006850;
	line-height: 1.7;
    letter-spacing: 1px;
    font-weight: 600;
	font-size:16px;
	margin-bottom: 3%;
}

.main-wrapper {
	margin-left:35px;
	margin-right:35px;
	margin-bottom: 40px;
}

.cert-img img {
	border: 1px solid #006850;
	width: 90%;
}

@media screen and (min-width: 1024px) {
	body main .heading-others {
		font-size: 6.0vh;
		letter-spacing: 1px;
		margin-left:128px;
	}

	body .main-div {
		margin-left:128px;
	}	
	
	.main-div .form-desc {
		font-size:22px;
		width: 80%;
	}
	
	.cert-wrapper .certificate-style .cert-desc {
		font-size:22px;
	}
	
	.main-wrapper {
		margin-left:128px;
		margin-bottom: 0;
	}
}

@media screen and (min-width: 768px) {
	.no-show {
		display:block;
	}

	main .heading-others {
		font-size: 2.5vh;
		margin-left:35px;
	}
	
	.main-wrapper {
		margin-bottom: 0;
	}
	
	.main-div {
		margin-left:35px;
		margin-bottom: 70px;
	}

	main .form-desc {
		font-size:18px;
		width: 50%;
	}	
	
	.certificate-style .cert-desc {
		font-size:18px;
	}
	
	.main-wrapper .cert-wrapper {
		display: flex;
	}
	
	.cert-img {
		padding: 35px;
		padding-left: 0;
		padding-top: 10px;
	}
}



@media screen and (min-height: 1000px) and (min-width: 1023px) {
	body main .heading-others {
		font-size: 2.5vh;
	}
}