/*allgemein*/
.hero_Section{
    margin-top: 80px;
    margin-bottom: 170px;
}


/*PC*/

@media only screen and (min-width: 1001px){
.hero_Section{
    margin-bottom: 370px;
}
}

/*Tablet je nach Anforderung*/

@media only screen and (min-width: 530px) and (max-width: 1000px){

}

/*mobile */

@media only screen and (max-width: 530px){

}