.materials {
  margin-bottom: 50px;
}

.materials--content {
  text-align: justify;
	font-size: 0;
	white-space: nowrap;
}
/*.materials--content:after {
    content: "";
    display: inline-block;
    width: 100%;
	height: 0;
}*/

.materials h2, .materials .h2 {
  display: none;
  color: #515151;
  font-size: 18px;
  font-weight: normal;
  text-transform: uppercase;
  margin: 0 0 20px 0;
  padding: 0 20px 10px 20px;
  border-bottom: 4px solid #e30613;
}

.materials--item {
  display: inline-block;
  width: 190px;
  height: 65px;
  background-color: #a1a1a1;
  font-size: 0;
  padding: 10px 7px 10px 10px;
  text-align: left;
	text-decoration: none;
	margin-left: 12px;
	white-space: normal;
}

.materials--item:first-child {
	margin-left:0;
}

.materials--item--img {
  display: inline-block;
  vertical-align: middle;
	height: 100%;
  width: 50px;
  margin-right: 10px;
  text-align: center;
}
.materials--item--img img {
	padding-top: 2px;
}

.materials--item p {
  display: inline-block;
  vertical-align: middle;
  max-width: 105px;
  font-size: 13px;
  font-weight: 600;
  color: white;
  margin: 0;
  line-height: 1.1;
	padding-top: 1px;
}

.materials h2 a, .materials .h2 a {
	text-decoration: none;
}
.materials h2 a:hover, .materials .h2 a:hover {
	text-decoration: underline;
}