.in-the-news-partnership {
	border-radius: 2px;
	padding: 15px 0;
	text-align: center;
	margin-bottom: 30px;
}
.in-the-news-partnership.gray_background {
	background-color: #f5f5f5;
}
.in-the-news-partnership .inline-news-logo {
	filter: grayscale(100%);
	max-width: 20% !important;
	display:inline;
}

.in-the-news-partnership .news-item:hover {
	border-radius: 6px;
	box-shadow: 0px 5px 15px 3px rgb(0 0 0 /25%);
}
.in-the-news-partnership .news-content p {
	font-size: 16px;
}

.in-the-news-partnership .article{
	font-size: 16px;
}

.in-the-news-partnership .article a {
	color: #F47321;
}

.in-the-news-partnership .news-content a{
	color: initial;
	font-weight: initial;
	font-family: 'FFDINStdRegular';
}
.thumnail img{
    position: relative;
    left: 0;
    width: 100%;
    height: 130px;
    object-fit: contain;
}
@media (min-width: 992px) {
    .in-the-news-partnership .row{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
	.in-the-news-partnership .center{
		width: 100%;
	}
	.in-the-news-partnership .news-item{
		border-radius: 6px;
		width: 23.5%;
		padding: 1.5% 0 1% 0;
	}

	.in-the-news-partnership .news-content{
		margin:  0 0 5% 10%;
		width: 80%;
		height: 75%;
	}

	.in-the-news-partnership .article a:hover {
		color: #E6510F;
	}
}

@media (min-width: 769px) and (max-width: 991px){
	.in-the-news-partnership {
		border-radius: 2px;
		padding: 15px 0;
		text-align: center;
		margin-bottom: 30px;
	}
	.in-the-news-partnership .row{
		display: flex;
		flex-wrap: wrap;
        justify-content: center;
	}
	.in-the-news-partnership .center{
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.in-the-news-partnership .news-item{
		border-radius: 6px;
		width: 50%;
		padding: 1.5%;
		margin-bottom: 5%;
	}

	.in-the-news-partnership .news-content{
		margin: 0 0 5% 8%;
		width: 260px;
	}


	.in-the-news-partnership .article a:hover {
		color: #E6510F;
	}
}

@media (min-width: 369px) and (max-width: 768px){
	.in-the-news-partnership {
		border-radius: 2px;
		padding: 15px 0;
		text-align: center;
		margin-bottom: 30px;
	}
	.in-the-news-partnership .row{
		display: flex;
		flex-wrap: wrap;
		flex-direction: column;
		align-items: center;
	}
	.in-the-news-partnership .center{
		display: flex;
		flex-direction: column;
		align-items: center;
		margin-bottom: 5%;
	}
	.in-the-news-partnership .news-item{
		border-radius: 6px;
		width: 80%;
		padding: 4% 2%;
	}

	.in-the-news-partnership .news-content{
		margin: 0;
	}

	.in-the-news-partnership .article a:hover {
		color: #E6510F;
	}
	.thumnail img{
		height: 110px;
	}
}