section#awards {
	margin-bottom: 150px;
}
	section#awards .row > div:first-child {
		padding-right: 35px;
	}
	section#awards .row > div:last-child {
		padding-left: 35px;
	}
	section#awards .cert-name {
		position: absolute;
		left: 15px;
		bottom: 0;
	}
	section#awards .row > div:last-child .cert-name {
		left: 35px;
	}
	section#awards h4 {
		color: #FFBC13;
		font-size: 18px;
		line-height: 1.5;
		background-color: #404040;
		padding: 20px 10px;
		height: 130px;
		display: table-cell;
		vertical-align: middle;
		
	}
	section#awards h4::after {
		border-left: 130px solid #404040;
	    border-top: 130px solid transparent;
	    content: "";
	    display: block;
	    height: 0;
	    right: -130px;
	    position: absolute;
	    top: 0;
	    width: 0;
	}
@media (max-width: 1359px) and (min-width: 992px) {
	section#awards h4 {
		max-width: 390px;
	}
	section#awards h4 br {
		display: none;
	}
}
@media (max-width: 1199px) and (min-width: 992px) {
	section#awards h4 {
		max-width: 310px;
		height: 160px;
	}
	section#awards h4::after {
		border-top: 160px solid rgba(0, 0, 0, 0);
	}
}
@media (max-width: 991px) {
	section#awards .row > div {
		padding: 0 15px !important;
		max-width: 750px;
		margin: 0 auto;
	}
	section#awards .row > div:first-child {
		margin-bottom: 50px;
	}
	section#awards .row > div:last-child .cert-name {
		left: 15px;
	}
}
@media (max-width: 880px) {
	section#awards h4 {
		max-width: 390px;
	}
	section#awards h4 br {
		display: none;
	}
}
@media (max-width: 669px) {
	section#awards h4 {
		max-width: 310px;
		height: 160px;
	}
	section#awards h4::after {
		border-top: 160px solid rgba(0, 0, 0, 0);
	}
}
@media (max-width: 489px) {
	section#awards .cert-name {
		position: relative;
		left: auto !important;
	}
	section#awards h4 {
		max-width: none;
		width: 100%;
		height: auto;
		text-align: center;
	}
	section#awards h4::after {
		display: none;
	}
}