.paragraph-carousel-images {
	padding-bottom: 53%;
	position: relative;
}

.paragraph-carousel-images__wrap {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: -ms-flexbox;
	display: flex;
}

.paragraph-carousel-images .title {
	text-align: center;
	color: #FFFFFF;
	max-width: 30rem;
	margin-bottom: 2rem;
	margin-top: 0;
}

.paragraph-carousel-images a {
	background: #FFFFFF;
	border-radius: 30px;
	font-size: 1.25rem;
	color: #5C3327;
	display: -ms-flexbox;
	display: flex;
	column-gap: 0.5rem;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	max-width: 100%;
	padding: 0.625rem 5.3125rem;
	text-wrap: nowrap;
}

.paragraph-carousel-images a:before {
	content: "";
	width: 2.5rem;
	height: 2.5rem;
	background-image: url("../../images/praline.svg");
	background-size: cover;
	background-repeat: no-repeat;
}

.paragraph-carousel-images a:last-child {
	margin-top: 1rem;
}

.paragraph-carousel-images .swiper {
	width: 58%;
	position: relative;
	z-index: 1;
}

.paragraph-carousel-images .swiper img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.paragraph-carousel-images .swiper-slide.desktop-hidden {
	display: none;
}

.paragraph-carousel-images .swiper-pagination {
	position: absolute;
	bottom: 1.25rem;
	left: 50%;
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 100%;
	display: -ms-flexbox;
	display: flex;
	z-index: 30;
	-ms-flex-pack: center;
	justify-content: center;
	column-gap: 0.4375rem;
}

.paragraph-carousel-images .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	border: 1px solid #FFFFFF;
	z-index: 30;
	border-radius: 100px;
}

.paragraph-carousel-images .swiper-pagination-bullet-active {
	background-color: #FFFFFF;
}

.paragraph-carousel-images__content {
	width: calc(42% + 38px);
	margin-left: -38px;
	border-radius: 35px 0 0 35px;
	position: relative;
	z-index: 2;
	background: linear-gradient(to bottom, #2B1A16 0%, #5C3327 48%, #2B1A16 100%);
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 77px;
	color: #FFFFFF;
}

@media (max-width: 1217px) {

.paragraph-carousel-images .title {
	font-size: 2.25rem;
}

}

@media (max-width: 991px) {

.paragraph-carousel-images .title {
	font-size: 1.5625rem;
}

.paragraph-carousel-images a {
	font-size: 1.125rem;
	padding: 0.625rem 0;
	width: 100%;
}

.paragraph-carousel-images__content {
	padding: 30px;
}

}

@media (max-width: 767px) {

.paragraph-carousel-images {
	padding-bottom: 0;
}

.paragraph-carousel-images__wrap {
	-ms-flex-direction: column;
	flex-direction: column;
	position: initial;
}

.paragraph-carousel-images .links {
	width: 100%;
}

.paragraph-carousel-images .swiper {
	width: 100%;
	padding-bottom: 127%;
}

.paragraph-carousel-images .swiper-wrapper {
	position: absolute;
}

.paragraph-carousel-images .swiper-slide.desktop-hidden {
	display: block;
}

.paragraph-carousel-images .swiper-slide.mobile-hidden {
	display: none;
}

.paragraph-carousel-images__content {
	width: 100%;
	margin-top: -15px;
	margin-left: 0;
	border-radius: 20px 20px 0 0;
	padding: 30px 30px 46px 30px;
}

}

