.paragraph-badge-slide .paragraph-editorial .container {
	padding: 0;
}

.paragraph-editorial .row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 1.25rem;
}

.paragraph-badge-slide .paragraph-editorial .row {
	margin-bottom: 0;
	-ms-flex-direction: column;
	flex-direction: column;
}

.paragraph-badge-slide .paragraph-editorial .col-md-5,
.paragraph-badge-slide .paragraph-editorial .col-md-7 {
	width: 100%;
}

.paragraph-editorial .content-iframe {
	width: 100%;
	height: 21.88rem;
	overflow: hidden;
	border-radius: 25px;
}

.paragraph-editorial .content-iframe iframe {
	width: 100%;
}

.paragraph-editorial--image img {
	border-radius: 25px;
	box-shadow: 20px 0 40px rgba(0, 0, 0, 0.16);
}

.paragraph-badge-slide .paragraph-editorial--image img {
	box-shadow: none;
}

.paragraph-badge-slide .paragraph-editorial--image {
	filter: drop-shadow(0 0 6px rgba(0, 0, 0, 0.16));
	margin-bottom: 0;
}

.paragraph-editorial--title {
	color: var(--section-title-color);
	font-size: 1.88rem;
	font-weight: bold;
	font-style: italic;
	line-height: 1.13em;
	margin-bottom: 1.25rem;
}

.paragraph-badge-slide .paragraph-editorial--title {
	margin-top: 1.88rem;
	margin-bottom: 0.63rem;
	font-size: 1.5rem;
	line-height: 1.88rem;
	min-height: 3.75rem;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.paragraph-editorial--text {
	font-size: 1.13rem;
}

.paragraph-badge-slide .paragraph-editorial--text {
	line-height: 1.75rem;
}

.paragraph-editorial.paragraph-alternate {
	text-align: center;
}

.paragraph-editorial.paragraph-alternate:first-child {
	padding-top: 2.5rem;
}

.paragraph-editorial.paragraph-alternate:last-child {
	padding-bottom: 2.63rem;
}

.paragraph-editorial.paragraph-alternate.image-right .col-md-7 {
	-ms-flex-order: 1;
	order: 1;
}

.paragraph-editorial.paragraph-alternate.image-right .col-md-5 {
	-ms-flex-order: 2;
	order: 2;
}

.paragraph-editorial.paragraph-alternate .row {
	margin-bottom: 0;
}

.paragraph-days-editorial {
	padding: 7.5rem 0;
}

.paragraph-days-editorial__content {
	display: -ms-flexbox;
	display: flex;
	column-gap: 5rem;
	position: relative;
}

.paragraph-days-editorial__content .title {
	font-size: 2.5rem;
	text-align: left;
}

.paragraph-days-editorial__content .image {
	width: calc(50% - 40px);
	-ms-flex-negative: 0;
	flex-shrink: 0;
	position: absolute;
	left: 0;
}

.paragraph-days-editorial__content .link {
	margin-top: 1.5rem;
}

.paragraph-days-editorial__text {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center;
	padding-left: calc(50% + 40px);
}

@media (max-width: 767px) {

.paragraph-editorial .row {
	text-align: center;
}

.paragraph-editorial .content-iframe {
	margin-bottom: 1.25rem;
}

.paragraph-editorial .content-iframe iframe {
	height: 100%;
}

.paragraph-editorial--image {
	margin-bottom: 1.25rem;
}

.paragraph-editorial--title {
	font-size: 1.88rem;
	line-height: 1.41em;
	margin-bottom: 0.63rem;
}

.paragraph-badge-slide .paragraph-editorial--title {
	margin-top: 2.5rem;
}

.paragraph-editorial--text {
	font-size: 1rem;
}

.paragraph-editorial.paragraph-alternate {
	margin-bottom: 30px;
}

.paragraph-editorial.paragraph-alternate:last-child {
	margin-bottom: 0;
}

.paragraph-editorial.paragraph-alternate.image-right .col-md-7 {
	-ms-flex-order: 2;
	order: 2;
}

.paragraph-editorial.paragraph-alternate.image-right .col-md-5 {
	-ms-flex-order: 1;
	order: 1;
}

.paragraph-editorial.paragraph-alternate .row {
	margin-bottom: 0;
}

.paragraph-days-editorial {
	padding: 2.5rem 0;
}

.paragraph-days-editorial__content {
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-align: center;
	align-items: center;
}

.paragraph-days-editorial__content .title {
	font-size: 1.88rem;
	text-align: center;
}

.paragraph-days-editorial__content .text {
	text-align: center;
}

.paragraph-days-editorial__content .image {
	width: 100%;
	position: initial;
}

.paragraph-days-editorial__content .link {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
}

.paragraph-days-editorial__text {
	padding-left: 0;
}

}

