.dropdown-departments.open .dropdown-toggle {
	border-radius:8px 8px 0 0!important;
	border-bottom:0!important;
}
.dropdown-departments.open #departments-filtering {
	border-top:0!important;
}

.empowered-as-one {
	margin:80px auto 80px auto !important;
	padding:30px;
	max-width: 1570px;
}

.empowered-as-one > .wp-block-column {
	display:flex;
	flex-direction:column;
	justify-content: center;
}
.empowered-as-one > .wp-block-column:last-child {
	gap:15px;
}
.empowered-as-one > .wp-block-column:first-child {
	flex-basis:880px!important;
    max-width: 880px;
}
.empowered-as-one h2 {
	color: #191919;
	font-variant-numeric: lining-nums proportional-nums;
	font-feature-settings: 'ss01' on, 'ss03' on, 'ss04' on, 'ss05' on, 'ss06' on, 'ss08' on, 'ss09' on, 'ss10' on, 'liga' off;
	font-family: 'Raleway',sans-serif;
	font-size: 40px;
	font-weight: 800;
	line-height: 50px
}
.empowered-as-one h4 {
	color:  #606060;
	font-variant-numeric: lining-nums proportional-nums;
	font-feature-settings: 'ss01' on, 'ss03' on, 'ss04' on, 'ss05' on, 'ss06' on, 'ss08' on, 'ss09' on, 'ss10' on, 'liga' off;
	font-family: 'Raleway',sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	line-height: 40px;
}
.empowered-as-one p {
	color: var(--Eerie-Black, #191919);
font-family: Montserrat;
font-size: 20px;
font-weight: 500;
line-height: 32px;
}

.grouped-image, .grouped-image .image-rows {
	padding:0!important;
	gap:10px!important;
}

.column-images{
	display:flex;
	flex-direction:column;
	gap:10px;
}
.column-images img,.column-images figure {
	border-radius:5px!important;
    width:100%;
}
@media screen and (max-width:1300px) {
	.empowered-as-one {
		flex-direction:column-reverse;
	}
	.empowered-as-one > .wp-block-column {
		justify-content:flex-start;
	}
	.empowered-as-one > .wp-block-column:first-child {
		flex-basis:auto!important;
        max-width: unset;
	}
	.empowered-as-one h2, 	.empowered-as-one h4,
	.empowered-as-one p {
		text-align:center;
	}
	.column-images img, .column-images .wp-block-image {
		width:100%!important;
	}
}
@media screen and (max-width:780px) {
	.empowered-as-one {
		padding:0;
	}
    .grouped-image {
        margin: 0!important;
    }
	.empowered-as-one > .wp-block-column {
		padding:24px;
	}
}