.mm_awards .main-title {
	font-weight: 500;
	text-transform: uppercase;
}

.mm_awards .lista-de-premios .right-panel {
	max-width: calc(100% - 2.5rem);
	width: 100%;
}

.leading-award .award_title,
.leading-award .award_description {
	text-align: center;
}

.award_title {
	font-size: 1.25rem;
	text-align: center;
}
.award_year.btn{
	min-height: 40px;
}
.award_image a {
	width: 100%;
	display: block;
}
.award_image {
  height: 96px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
  margin-top: 1rem;
}
.award_image img,
.owl-carousel .owl-item .award_image img {
	display: block;
	max-height: 96px;
	transition: all 0.5s;
	max-width: 100%;
	height: auto;
	width: auto;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0;
	margin-top: 0;
}