.product-info .tabs-table {
	padding-bottom: 5px
}
h3.relatedArticlesTitle {
	color: #67696d;
	display: block;
	font-family: Montserrat, Arial, sans-serif;
	font-weight: 600;
	font-size: 21px;
	padding: 25px 0;
	margin-bottom: 0;
	letter-spacing: 0;
	border-top: 1px solid #d5d5d5
}
.relatedArticles {
	margin: 0 0 50px
}
.relatedArticles p {
	line-height: 1.6em;
	margin: 10px 0 20px;
	text-align: center;
	font-weight: 600;
	font-size: 14px;
	color: #455568
}
.relatedArticles a {
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.relatedArticles a:hover {
	opacity: .85;
}
@media(min-width:450px) {
	.relatedArticles a img {
		max-width: 70%;
		margin: auto;
		display: block
	}
}
@media(min-width:550px) {
	.relatedArticles {
		display: flex;
		justify-content: space-around;
		flex-wrap: wrap;
		margin: 0 0 30px
	}
	.relatedArticles a {
		height: auto !important
	}
	.relatedArticles a {
		flex: 0 1 calc(48% - 10px)
	}
	.relatedArticles a img {
		max-width: 100%
	}
}
@media(min-width:768px) {
	.relatedArticles {
		justify-content: space-between
	}
	.relatedArticles a {
		flex: 0 1 calc(33% - 10px)
	}
	.relatedArticles.four-columns {
		justify-content: unset
	}
	.relatedArticles.four-columns a {
		flex: 0 1 calc(50%);
		border: solid 5px #fff
	}
	.relatedArticles p {
		font-size: 15px
	}
}
@media(min-width:1000px) {
	.relatedArticles.four-columns a {
		flex: 0 1 calc(25%)
	}
}
@media(min-width:1100px) {
	.relatedArticles p {
		font-size: 16px
	}
}