* {
  /*box-sizing: inherit;*/
}

*:before, *:after {
  /*box-sizing: inherit;*/
}

#h2-otsikko-paikkakunnat {
  color: rgb(255,255,255);
  font-family: 'Open Sans';
  font-weight: 700;
  font-size: 17px;
  padding-top: 26px;
}

#leipa-paikkakunnat {
  width: 100%;
  margin-bottom: 16px;
  margin-top: 0;
  font-size: 16px;
  color: rgb(255,255,255);
  font-family: Montserrat, sans-serif;
  padding-bottom: 8px;
}

#ylakuva {
  height: 350px;
  min-height: auto;
  padding-bottom: 0px;
  margin-bottom: 0px;
  border-width: 3px;
  border-style: none;
  border-bottom: 6px none rgb(255,230,141) ;
}

@media (max-width: 768px) {
  #ylakuva {
    height: 200px;
    min-height: auto;
    padding-bottom: 0px;
    margin-bottom: 0px;
    border-width: 3px;
    border-style: none;
    border-bottom: 6px none rgb(255,230,141) ;
  }
}

