#hero-header{
	margin: 0;
	padding:0;
	text-decoration:none;
	position:relative;
	margin-bottom:3rem;
}


#hero-header > * {
  margin-block: 0; 
  margin-inline: 0; 
	text-decoration:none;
}


#hero-header *:not(svg):not(a) {
  margin: 0;
  padding: 0;
	text-decoration:none;
}

#hero-header picture{
	display:flex;
}


.hero-content-container {
    padding: 0;
    left: 2.5%;
    bottom: 2.75%;
    position: absolute;
    z-index: 1;
    width: 90%;
    display: flex;
    flex-direction: column;
    row-gap: 2.25vh;
}

#hero-header img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
}

#hero-header h1 {
    font-size: clamp(2rem, 5vw, 2.5rem); 
    color: white;
	font-weight:700;
	letter-spacing: 0.2px;
    line-height: 100%;
}

#hero-header p {
    font-size: 1.25rem;
    color: white;
	letter-spacing: 0.2px;
	font-weight:500;
}


@media (max-width: 768px) {
	
	
.hero-content-container {
    row-gap: 5px !important;
	left: 16px;
	bottom:5px;
}
	
	
#hero-header p {
	font-weight:600;
}
	
}