@media all and (min-width: 455px) {
#contact {
  width: 446px;
}
}

#contact {
  clear: both;
  margin: 0 auto;
  margin-top: 48px;
}

div.contact_title {
  clear: both;
  font-size: 12pt;
  font-weight: bold;
  color: #2E0900;
  background-color: #FFFFCC;
  box-shadow: 0 0 24px #A29871;
  border-radius: 18px;
  margin-bottom: 24px;
  padding-top: 6px;
  padding-bottom: 6px;
  text-transform: uppercase;
}
