.front {
	border-bottom: 1px solid #414141;
	border-top: 1px solid #414141;
}

.back {
	padding: 5px 0;
	background: #dadada;
}

.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

img {
  float: left;
}

@media only screen and (max-width: 720px) {
img{width:125px;}
}