.block-certifications > .wp-block-columns > .wp-block-column:first-child > .wp-block-group > .wp-block-group:first-child,
.block-certifications > .wp-block-columns > .wp-block-column:not(:first-child) > .wp-block-group {
	position: relative;
	overflow: hidden;
	isolation: isolate;
}

.block-certifications > .wp-block-columns > .wp-block-column:first-child > .wp-block-group > .wp-block-group:first-child::after,
.block-certifications > .wp-block-columns > .wp-block-column:not(:first-child) > .wp-block-group::after {
	content: '';
	position: absolute;
	right: 0;
	top: 10px;
	width: 245px;
	height: 138px;
	background: url('../../images/certification-card-wave.svg') no-repeat right bottom;
	background-size: contain;
	pointer-events: none;
	z-index: 0;
}

.block-certifications > .wp-block-columns > .wp-block-column:last-child > .wp-block-group::after {
	opacity: .2;
}

.block-certifications > .wp-block-columns > .wp-block-column:first-child > .wp-block-group > .wp-block-group:first-child > *,
.block-certifications > .wp-block-columns > .wp-block-column:not(:first-child) > .wp-block-group > * {
	position: relative;
	z-index: 1;
}

.block-certifications > .wp-block-columns > .wp-block-column:not(:first-child) > .wp-block-group:first-child > p:first-child {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	z-index: 2;
}
