.field--name-field-multiple-widget > .field__item:has(.subscribe) {
	display: none;
}
.node--type-intitiative-pages.node--unpublished {
	background: transparent;
}
.field--name-field-background-color.field--label-hidden {
	display: none;
}
.paragraph--type--_0-50-content {
	gap: 30px;
}
.paragraph--type--full-width-content p,
.paragraph--type--_0-50-content p {
	margin-bottom: 15px;
	color: var(--color-5);
}
.paragraph--type--full-width-content p:last-child,
.paragraph--type--_0-50-content p:last-child {
	margin-bottom: 0;
}
.paragraph--type--full-width-content ul,
.paragraph--type--_0-50-content ul {
	padding-left: 15px;
	list-style-type: disc;
	color: var(--color-5);
}
.paragraph--type--full-width-content ul > li,
.paragraph--type--_0-50-content ul > li {
	margin-bottom: 5px;
}
.field--name-field-multiple-widget > .field__item:first-child:has(.paragraph--type--_0-50-content) .paragraph--type--_0-50-content {
	border-top: 0;
}

@media screen and (min-width: 1025px) {
    .about-overview .paragraph--type--_0-50-content>div {
        width: calc(50% - 15px);
    }
}

@media screen and (max-width: 540px) { 
  p:has(>img.align-right) {
  	display: flex;
  	flex-direction: column;
  	gap: 15px;
  }
  p:has(>img.align-right) img {
  	margin-left: 0 !important;
  }
}

