#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: 5%;
    top: 8%;
    max-width: 600px;
    position: absolute;
    z-index: 1;
    width: 90%;
    display: flex;
    flex-direction: column;
    row-gap: 0.625rem;
}

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

#hero-header h1 {
    font-size: clamp(2.25rem, 5vw, 3.125rem);
    color: white;
    line-height: 1;
	margin-bottom:0.5rem !important;
	font-weight:800;
	        letter-spacing: 0.2px;
}

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

@media (min-width: 768px) {
    .hero-content-container {
        left: 3%;
        top: 30%;
        bottom: auto;
        max-width: 700px;
        width: 60%;
    }
}


@media (max-width: 768px) {
    
#hero-header p {
    max-width:200px;
	font-size: 1.125rem;
}
	
}