.header img{
	border-radius: 50%;
    min-width: 100%;
}

.header:not(.header_met_bg){
	--jumbotron-standard-margin: 10rem;
}

.header_met_bg{
	position: relative;
	isolation: isolate;
	background-position: center;
}

.header_met_bg:before{
	content: "";
	background-color: #28070AB2 !important;
	inset: 0;
	position: absolute;
	z-index: -2;
}

.header p{
	max-width: 55ch;
}