.body {
    white-space: pre-line;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-top: 140px;
    white-space: normal;
    overflow-x: hidden;
}

.t1 {
    width: 100%;
    max-width: 1000px;
    display: flex;
    flex-direction: column;
    align-items: start;
}

h1 {
    text-align: left;
    width: 100%;
}

.seal {
	width: 200px;
	height: auto;
	object-fit: contain;
	align-self: center;
	margin-bottom: 30px;
}

.t2 {
    width: 100%;
    margin-top: 60px;
    background: #eeeeee;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px;
    padding-bottom: 60px;
}
.t2 > div{
    max-width: 1000px;
}


.t1>*,.t2>div>* {
    padding: 0 30px;    
}