* {
  /*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: 14px;
  color: rgb(255,255,255);
  font-family: Montserrat, sans-serif;
  padding-bottom: 8px;
}

@media (min-width: 768px) {
  #ylakuva {
    height: 500px;
    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) ;
  }
}

#pyyda-tarjous:hover {
  color: rgb(255,255,255);
  font-family: Kanit, sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  min-width: 292px;
  border-radius: 0px;
  background: #59afd7;
}

#pyyda-tarjous {
  color: rgb(255,255,255);
  font-family: Kanit, sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  min-width: 292px;
  border-radius: 0px;
  background: #ed55a6;
  font-size: 14px;
}

