.photo-gallery {
	padding: 90px 0 70px 0;
	background: #ddd;
}
@media (max-width: 1199px) {
	.photo-gallery {
		padding: 50px 0 50px 0;
		background: #ddd;
		background-color: rgb(221, 221, 221);
	}
}

@media (max-width: 1440px) {
	.photo-gallery {
		padding: 70px 0 60px 0;
		background: #ddd;
	}
}
.bg-white {
	background-color: #fff !important;
}
.news-page .photoGallery {
	margin: 0 -15px;
}
.news-page .photoGallery li {
	width: 33.333%;
	padding: 0 15px;
}
@media (max-width: 1199px) {
	.news-page .photoGallery li {
		width: 50%;
	}
}
@media (max-width: 760px) {
	.news-page .photoGallery li {
		width: 100%;
	}
}
.news-page .gallery-single {
	height: 100%;
}

.gallery-single div {
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	padding: 20px 0;
	height: 100%;
}
.gallery-single div span:nth-child(1) {
	width: 40px;
	background: #980606;
	color: #fff;
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	padding: 20px 0;
	border-radius: 10px 0 0 10px;
	height: 55%;
}
.gallery-single div span:nth-child(1) p {
	margin: 0;
	padding: 0 5px;
	text-align: center;
}
.gallery-single div span:nth-child(1) {
	color: #fff;
}
.gallery-single div span:nth-child(1) b {
	display: block;
	text-align: center;
	font-size: 0.9rem;
	font-weight: 500;
	line-height: 21px;
}
.gallery-single div span {
	width: calc(50% - 20px);
	background: #fff;
}
.gallery-single div span:nth-child(2) {
	margin: -20px 0;
	border: 2px solid #fff;
	border-left-color: rgb(255, 255, 255);
	border-left-style: solid;
	border-left-width: 2px;
	border-radius: 10px;
	overflow: hidden;
	transition: 0.3s ease-in-out;
	border-left: 0;
	width: 40%;
}
.gallery-single div span figure {
	margin: 0;
	height: 100%;
}
.gallery-single div span figure img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	transition: 0.3s ease-in-out;
}
img {
	vertical-align: middle;
	border-style: none;
}
.news-page .gallery-single div span:nth-child(3) {
	background: #f1f1f1;
}

.gallery-single div span:nth-child(3) {
	padding: 30px 15px 20px 20px;
	color: #333;
	border-radius: 0 10px 10px 0;
	width: calc(60% - 40px);
	min-height: 200px;
}
@media (max-width: 1440px) {
	.gallery-single div span:nth-child(3) {
		min-height: 180px;
	}
}
.gallery-single div span:nth-child(3) h3 {
	font-size: 1.5rem;
	font-weight: 400;
	margin: 0 0 12px 0;
}
.gallery-single div span:nth-child(3) p {
	height: 48px;
	overflow: hidden;
	font-size: 1rem;
}
p {
	margin-top: 0;
	margin-bottom: 1rem;
}
.gallery-single div span:nth-child(3) p.text-link {
	margin-bottom: 0;
}
.gallery-single div span:nth-child(3) p {
	height: 48px;
	overflow: hidden;
}
a {
	color: #007bff;
	text-decoration: none;
	background-color: transparent;
}
.gallery-single div span:nth-child(3) p.text-link a {
	color: #980606;
	font-size: 14px;
	font-weight: 600;
	text-decoration: none;
	border: 1px solid #980606;
	padding: 6px 12px;
	border-radius: 20px;
	margin: 10px 0 0;
	display: inline-block;
	transition: 0.3s ease-in-out;
}
.gallery-single div span:nth-child(3) p.text-link a:hover {
	background-color: #980606;
	color: whitesmoke;
}
.fa-solid .fa-arrow-right::before {
	content: "->";
}
