.overview {
	max-width: 768px;
    margin: auto;
    padding: 30px 20px !important;
}
.overview::after {
	display: none!important;
}
.overview h3 {
	margin: 50px 0 1em;
    text-align: left;
	font-size: 1.5em;
}
.overview p {
	margin-bottom:1em;
}
.overview ol {
	margin: 2em 0;
    padding-left: 1.2em;
}
.overview ol li:not(:last-child) {
	margin-bottom: 1em;
}
.overview ol li span {
	display: block;
	margin: 1em 0;
}
.overview .writer {
	margin-top: 50px;
	text-align: right;
}


@media (max-width: 768px) {

}