.paragraph-image-gallery {
	overflow: hidden;
	margin-bottom: 20px;
}

.paragraph-image-gallery.bg-green {
	background-color: var(--green);
	padding: 3.75rem 0;
}

.paragraph-image-gallery.bg-green .button {
	background-color: var(--white);
	color: var(--green);
}

.paragraph-image-gallery .button {
	margin-top: 3.13rem;
	position: relative;
	left: 50%;
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.paragraph-image-gallery--title {
	font-size: 2.5rem;
	text-transform: uppercase;
	font-style: italic;
	text-align: center;
	font-weight: 700;
	line-height: 1.2;
	margin-bottom: 1.5rem;
}

.bg-green .paragraph-image-gallery--title {
	color: var(--white);
}

.paragraph-image-gallery--text {
	margin-bottom: 2.5rem;
	max-width: 60rem;
	text-align: center;
	position: relative;
	left: 50%;
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.bg-green .paragraph-image-gallery--text {
	color: var(--white);
}

.paragraph-image-gallery--images {
	max-width: 48rem;
	margin-left: auto;
	margin-right: auto;
}

.paragraph-image-gallery .swiper {
	overflow: visible;
}

.paragraph-image-gallery .swiper:before {
	height: 100%;
	background: url("../../images/watermark.png") no-repeat;
	background-size: auto 100%;
	width: 100%;
	content: "";
	position: absolute;
	left: -15rem;
	top: 0;
	pointer-events: none;
	z-index: 2;
}

.paragraph-image-gallery .swiper-slide {
	padding-left: 8px;
	padding-right: 8px;
}

.paragraph-image-gallery .swiper-pagination {
	z-index: 10;
}

@media (max-width: 767px) {

.paragraph-image-gallery.bg-green {
	padding: 2.5rem 0;
}

.paragraph-image-gallery .button {
	margin-top: 1.88rem;
}

.paragraph-image-gallery--title {
	font-size: 1.88rem;
}

.paragraph-image-gallery--text {
	margin-bottom: 1.5rem;
}

.paragraph-image-gallery .swiper:before {
	width: 13.75rem;
	left: -3.13rem;
}

}

