.box {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.about {
	position:relative;
}

.headline {
	width:100%;
	height:130px;
}
.heading {
	text-align: center;
    font-size: 65px;
    padding: 20px;
}

@media screen and (max-width: 768px) {
	.head {
		font-size:48px;
	}
}
.about:before {
    content: '';
    position: absolute;
    background-image: url(../image/flower-three.png);
    background-position: left top;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    top: 10%;
    left: -15px;
    z-index: -1;
	pointer-events: none;
}
.about:after {
    position: absolute;
    content: '';
    right: -10px;
    background-image: url(../image/flower-right.png);
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    background-position: right;
    z-index: -1;
	top: 60px;
	pointer-events: none;
}

.passage1 {
	text-align:center;
	font-size:22px;
	padding:40px;
	margin-left:20px;
	margin-right:20px;
}
.passage2 {
	text-align:center;
	font-size:22px;
	margin-left:20px;
	margin-right:20px;
}

.footer {
    margin-top: auto;
}