.news-strip {
	padding: 0 !important;
	max-width: 100% !important;
	margin-top: 0 !important;
}
.news-strip .wrap .inner-wrap {
	padding: 20px 0 20px 0 !important;

}
.news-strip .wrap .inner-wrap.border {
	border-top: 1px solid #D9D9D9;
	border-bottom: 1px solid #D9D9D9;
}
.news-cols {
	display: flex;
	align-items: flex-start;
	justify-content: stretch;
	width: 100%;
}
.news-cols .slick-list .slick-track {
	display: flex;
	margin: 0;
}

@media (max-width: 767px) {
	.news-cols .slick-list {
		padding: 0 70px 0 0 !important;
	}
}
.news-cols .col {
	width: 33.333%;
	padding-right: 10px;
}
.news-cols .col a {
	display: flex;
	gap: 20px;
	align-items: flex-start;
	width: 100%;
	font-size: 16px;
	line-height: 120%;
}
.news-cols .col a picture {
	background: #D9D9D9;
	min-width: 100px;
	min-height: 80px;
}
.news-cols .col a p {
	padding: 0;
	margin-bottom: 0;
}
.news-cols .col img {
	max-width: 100px;
	max-height: 80px;
	object-fit: cover;
}
.news-cols .col span {
	color:var(--wp--preset--color--petrol);
	font-size: 14px;
	padding-bottom: 5px;
	display: inline-block;
}
.news-strip.horizontal-padding-0 {
	padding-top: 0 !important;
}
.news-strip.horizontal-padding-40 {
	padding-top: var(--wp--custom--layout--spacing-40) !important;
}
.news-strip.horizontal-padding-56 {
	padding-top: var(--wp--custom--layout--spacing-56) !important;
}
.news-strip.horizontal-padding-64 {
	padding-top: var(--wp--custom--layout--spacing-64) !important;
}
.news-strip.horizontal-padding-92 {
	padding-top: var(--wp--custom--layout--spacing-92) !important;
}
.news-strip.horizontal-padding-120 {
	padding-top: var(--wp--custom--layout--spacing-120) !important;
}

.news-strip.horizontal-padding-bottom-0 {
	padding-bottom: 0 !important;
}
.news-strip.horizontal-padding-bottom-40 {
	padding-bottom: var(--wp--custom--layout--spacing-40) !important;
}
.news-strip.horizontal-padding-bottom-56 {
	padding-bottom: var(--wp--custom--layout--spacing-56) !important;
}
.news-strip.horizontal-padding-bottom-64 {
	padding-bottom: var(--wp--custom--layout--spacing-64) !important;
}
.news-strip.horizontal-padding-bottom-92 {
	padding-bottom: var(--wp--custom--layout--spacing-92) !important;
}
.news-strip.horizontal-padding-bottom-120 {
	padding-bottom: var(--wp--custom--layout--spacing-120) !important;
}

.news-strip .wrap .equal-cols {
	display: flex;
	gap: 20px;
}
.news-strip .wrap .equal-cols .col {
	width: 100%;
}
.news-strip .wrap .equal-cols .col h4 {
	width: 100%;
}
.news-strip .wrap .equal-cols .col a {
	display: flex;
	flex-wrap: wrap;
}
.news-strip .wrap .equal-cols .col picture {
	width: 100%;
}
.news-strip .wrap .equal-cols .col picture img {
	width: 100%;
	min-height: 16vw;
	max-height: 16vw;
	object-fit: cover;
}

.news-strip.bg-color-sand-beige {
	background: var(--wp--custom--color--sand-beige);
}
.news-strip.bg-color-sand{
	background-color: var(--wp--custom--color--sand);
}
.news-strip.bg-color-sand-light{
	background-color: var(--wp--custom--color--sand-light);
}
.news-strip.bg-color-sand-white{
	background-color: var(--wp--custom--color--sand-white);
}
.news-strip.bg-color-turquoise-aqua{
	background-color: var(--wp--custom--color--turquoise-aqua);
}
.news-strip.bg-color-turquoise-light{
	background-color: var(--wp--custom--color--turquoise-light);
}
.news-strip.bg-color-turquoise-sky{
	background-color: var(--wp--custom--color--turquoise-sky);
}




@media (min-width: 2020px) {
	.news-strip .wrap .equal-cols .col picture img {
		width: 100%;
		min-height: 323px;
		max-height: 323px;
		object-fit: cover;
	}
}
@media (max-width: 1024px) {
	.news-strip .wrap .equal-cols {
		flex-wrap: wrap;
		margin-right: -20px;
	}
	.news-strip .wrap .equal-cols .col {
		width: calc(50% - 20px);
	}
	.news-strip .wrap .equal-cols .col picture img {
		width: 100%;
		min-height: 30vw;
		max-height: 30vw;
		object-fit: cover;
	}
}
@media (max-width: 600px) {
	.news-strip .wrap .equal-cols {
		flex-wrap: wrap;
		margin-right: 0px;
	}
	.news-strip .wrap .equal-cols .col {
		width: 100%;
	}
	.news-strip .wrap .equal-cols .col picture img {
		width: 100%;
		min-height: none;
		max-height: none;
		object-fit: cover;
	}
}
