section.content {
  padding: 2em;
}
@media screen and (max-width: 420px) {
  section.content {
    padding: 2em 1em;
  }
}
section.content header.page-title {
  margin: 0 0 2em 0;
}
section.content header.page-title h2 {
  font-family: 'Open Sans Condensed', sans-serif;
  font-weight: normal;
  font-size: 1.25em;
  line-height: 1em;
  padding: 0;
  margin: 0;
}
section.content header.page-title h1 {
  font-family: 'Open Sans Condensed', sans-serif;
  font-weight: normal;
  font-size: 2em;
  line-height: 1em;
  margin: 0 0 0.25em 0;
  padding: 0 0 0.25em 0;
  border-bottom: 1px #ccc solid;
  text-transform: uppercase;
}
section.content p {
  line-height: 1.6em;
}
section.content h1 {
  font-family: 'Open Sans Condensed', sans-serif;
  font-weight: bold;
  font-size: 1em;
  line-height: 1em;
  margin: 0 0 0.5em 0;
  padding: 0;
  text-transform: uppercase;
}
section.content h6 {
  font-size: 1em;
  font-weight: normal;
  margin: 0;
}
section.content .page-nav {
  margin: 1em 0 2em 0;
  text-align: center;
  display: flex;
  justify-content: center;
  gap: 20px;
}
.mobile section.content .page-nav {
  justify-content: space-evenly;
}
section.content .bt {
  width: auto;
  height: auto;
  background-color: #aa1232;
  color: #fff;
  font-size: 1em;
  padding: 0.25em 1em;
  margin: 0 20px;
  text-align: center;
  text-transform: uppercase;
  border-radius: 3px;
  border: 1px solid #333;
}
section.content .bt {
  display: flex;
  justify-content: center;
  align-items: center;
}
.mobile section.content .bt {
  font-size: 0.9em;
  padding: 0.15em 0.5em;
  margin: 0 10px;
  border-radius: 3px;
}
section.content ul {
  list-style: none;
  padding: 0;
  margin: 1em 0 1em 0.5em;
}
section.content li {
  padding-left: 1em;
  margin-bottom: 0.5em;
  text-indent: -0.7em;
  list-style-type: none;
}
section.content li:before {
  content: '▪ ';
  color: #aa1232;
  float: left;
  margin-right: 1em;
}
section.content li .bonus {
  color: #aa1232;
  font-size: 1.25em;
}
section.content table {
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
}
section.content th,
section.content td {
  padding: 0.5em 1em;
}
section.content th {
  background-color: #464141;
  color: #fff;
}
section.content th.title {
  background-color: #000;
}
section.content td {
  background-color: #e5dcdc;
  border-bottom: 1px #baadad solid;
}
section.content td.title {
  font-weight: bold;
}
section.content .phone {
  font-size: 1.75em;
  color: #666;
  padding-left: 25px;
  background-image: url(../pics/design/phone.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto 100%;
}
.mobile section.content .phone {
  font-size: 1.5em;
}
section.content .mail {
  padding-left: 55px;
  background-image: url(../pics/design/envelop_gray.png);
  background-repeat: no-repeat;
  background-position: left center;
  font-size: 2em;
}
.mobile section.content .mail {
  font-size: 1.5em;
}
