.awards-section ul.awards-list {
	padding-left: 0;
	font-size: 0;
	/* height: 100%; */
	white-space: nowrap;
	overflow-x: auto;
}
.awards-list li {
	list-style: none;
	font-size: 0;
	display: inline-block;
	width: 110px;
	min-width: 110px;
	margin-right: 15px;
	vertical-align: top;
	text-align: center;
	white-space: initial;
}
.awards-list li,
.awards-list li a {
	color: #4F657E;
}

.awards-list li:last-child {
	margin-right: 0;
}

.awards-list li .img-holder {
	height: 100px;
	margin-bottom: 15px;
	display: flex;
    justify-content: end;
    flex-direction: column;
}

.awards-list li .title {
	font-size: 12px;
}

@media only screen and (max-width: 767px) {
	.awards-list li {
		margin-right: 30px;
	}
}