.box{
	margin-bottom: 3em;
	border-bottom: solid 0.1em;
}
.box:last-child{
	margin-bottom: 20vh;
}
.box .columns{
	display: flex;
	margin-bottom: 3em;
}
@media screen and (max-width: 568px) {
	.box .columns{
		display: block;
	}
}
.box .columns .column:first-child{
	font-size: 1.5em;
	font-family: 'BebasNeue';
	width: 15%;
}
.box .columns .column:last-child{
	width: 85%;
}
@media screen and (max-width: 568px) {
	.box .columns .column:first-child,.box .columns .column:last-child{
		width: 100%;
	}
}

.title{
	font-size: 1.5em;
}