.ettenheim-location-section{ position: relative; width: 100%; padding: 130px 0;   border-radius: 10px;box-shadow: 0 10px 80px 0 rgba(0, 0, 0, 0.16);background-color: #fff;   }
 

@media (min-width: 1600px) and (max-width: 1800px) {
.ettenheim-location-section{ padding: 110px 0; }
}
@media (min-width: 1400px) and (max-width: 1599px) {
 .ettenheim-location-section{ padding: 100px 0; }
}

@media (min-width: 1200px) and (max-width: 1399px) {
 .ettenheim-location-section{ padding: 90px 0; }
}

@media (max-width: 1199px) {
 .ettenheim-location-section{ padding: 84px 0; }
}

@media (min-width: 992px) and (max-width: 1199px) {
 .ettenheim-location-section{ padding: 80px 0; }   
}

@media (max-width: 767px) {
  .ettenheim-location-section{ padding: 80px 0; } 
}