a.form-link{
	display: none!important;
}
.section-top {
    height: 65vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 50px 0;
    background-color: #edf3e7;
}
p.green-text {
    font-size: 18px;
    line-height: 150%;
    font-family: fot-tsukubrdgothic-std,sans-serif;
 	font-weight: 800;	
}
a.home-link {
    color: #ea7823;
    border: solid 2px #ea7823;
    padding: 20px;
    border-radius: 10px;
    margin-top: 30px;
    font-size: 25px;
    background-color: #fff;
    text-decoration: none;
    font-family: fot-tsukubrdgothic-std,sans-serif;
 font-weight: 800;
}
@media screen and (max-width: 1024px){
	.section-top {
	    height: 65vh;
	    display: flex;
	    flex-direction: column;
	    justify-content: center;
	    align-items: center;
	    padding: 50px 0;
	    background-color: #edf3e7;
	}
}
@media screen and (max-width: 850px){
.section-top {
    height: 50vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 50px 0;
    background-color: #edf3e7;
}
}
@media screen and (max-width: 500px){
	p.green-text {
	    width: 90%;
	    font-size: 17px;
	    line-height: 150%;
	    font-family: fot-tsukubrdgothic-std,sans-serif;
	    font-weight: 800;
	}
	.section-top {
	    height: 30vh;
	    display: flex;
	    flex-direction: column;
	    justify-content: center;
	    align-items: center;
	    padding: 50px 0;
	    background-color: #edf3e7;
	}
	a.home-link{
		font-size: 18px;
	}
}