/*# sourceMappingURL=press.css.map */

.press-bg {
	display: flex;
	flex-direction: column;
	align-items: center;
	background-color: #faf9f8;
	padding: 40px;
	height: 100%;
}

.press-bg h4 {
	font-weight: 500;
	letter-spacing: 2px;
	font-size: 16px;
	line-height: 16px;
	color: #1a2632;
}

.press-bg .press-img {
	height: 14rem;
	width: 100%;
}

.press-bg .press-img img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.press-content {
	text-align: center;
}

h2.press-title {
	color: #1a2632;
	font-weight: 400;
	font-size: 32px;
	font-family: "Run Wild";
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

@media only screen and (min-width: 768px) {
	.press-container .grid-item {
		grid-column: span 1;
	}
	
	.press-container .grid-item:last-child:nth-child(3n-2) {
		grid-column-start: 2;
	}
}

@media screen and (max-width: 1099px) {
	.press-bg {
		max-height: 100%;
	}
	
	.press-bg .press-img {
		height: 10rem;
	}
}

@media screen and (max-width: 768px) {
	.press-bg {
		padding: 20px;
	}
	
	.press-bg .press-img {
		height: 18rem;
	}
}

@media screen and (max-width: 425px) {
	.press-bg .press-img {
		height: 10rem;
	}
	
	.press-bg h4 {
		margin-top: 0;
	}
	
	.press-container {
		grid-gap: 20px 0 !important;
	}
}
