.con25_header {
	width: 90vmin;
	height: 90vmin;
	position: absolute;
	display: block;
	/*display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	position: relative;*/
}

.con25_header_text {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	position: relative;
	
	position: absolute;
  top: 70vmin;
	width: 100%;
}

.con25_header::before {
	content: "";
	background-color: var(--col-dark-bg);
	display: block;
	position: absolute;
	z-index: -1;
	width: 65vmin;
	height: 65vmin;
	border-radius: 2vmin;
/*	transform: rotateZ(45deg);*/
  transform: translateX(-50%) translateY(-50%) rotateZ(45deg);
  top: 50%;
  Left: 50%;
}

}
.con25_header .logo {
	width: 80vmin;
	height: 64vmin;
	z-index: 2;
	
	position: absolute;
  top: 6vmin;
  left: 50%;
  transform: translateX(-50%);
}

.con25_header .con25_tagline {
	font-size: max(1.5rem, 5vmin);
	font-weight: 900;
	display: inline-block;
	text-align: center;
	padding: 1rem 2rem;
	margin: -2vmin 0 0 0;
	border-radius: 2vmin;
}

.con25_header .con25_data {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.5vmin;
	border-radius: 0 0 2vmin 2vmin;
}

.con25_header h3 {
	font-size: max(1rem, 2.5vmin);
	font-weight: 400;
	display: inline-block;
	text-align: center;
	padding: 0.75rem 1.5rem;
	margin: -0.75vmin 0 0 0;
}

.con25_header h3 svg {
	width: max(1rem, 3vmin);
	height: max(1rem, 3vmin);
	margin: 0.25vmin 1vmin -0.25vmin 0;
}

@media (max-width: 590px) {
  .con25_header .con25_data {
		width: 100%;
		flex-direction: column;
	}
	
	.con25_header .con25_tagline {
  	border-radius: 2vmin 2vmin 0 0;
    width: 100%;
	}
}