/*allgemein*/
.hero_Section{
    margin-top: 50px;
    margin-bottom: 70px;
}


/*PC*/

@media only screen and (min-width: 1001px){

}

/*Tablet je nach Anforderung*/

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

}

/*mobile */

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

}