.content {
  max-width: 806px;
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .content {
    padding-top: 100px;
  }
}
@media (min-width: 768px) {
  .content {
    padding-top: 60px;
  }
}
.content-header {
  margin: 0 16px;
  color: #fff;
  text-align: center;
}
@media (min-width: 768px) {
  .content-header {
    display: grid;
    grid-template-columns: 46.7700258398% 53.2299741602%;
    align-items: center;
  }
}
.content-header h1 {
  margin-top: 0;
  margin-bottom: 0;
  text-align: left;
}
@media (max-width: 767px) {
  .content-header h1 {
    margin-bottom: 32px;
  }
}
@media (max-width: 767px) {
  .content-header h1 img {
    width: 231px;
    height: auto;
  }
}
.content-header div {
  text-align: left;
}
.content-header div img {
  width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  .content-header div img {
    max-width: 412px;
  }
}
.content-body {
  margin-right: 16px;
  margin-left: 16px;
  line-height: 1.4171428571;
}
@media (max-width: 767px) {
  .content-body {
    font-size: 12px;
  }
}
@media (min-width: 768px) {
  .content-body {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .content-body h2 {
    margin-top: 70px;
    margin-bottom: 32px;
  }
}
@media (min-width: 768px) {
  .content-body h2 {
    margin-top: 100px;
    margin-bottom: 44px;
  }
}
@media (max-width: 767px) {
  .content-body h2:first-of-type {
    margin-top: 38px;
  }
}
@media (min-width: 768px) {
  .content-body h2:first-of-type {
    margin-top: 56px;
  }
}
.content-body dl {
  display: grid;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 13px;
  line-height: 1.75;
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  .content-body dl {
    border-top: 2px solid #231815;
  }
}
@media (min-width: 768px) {
  .content-body dl {
    grid-template-columns: auto 1fr;
    width: 100%;
    max-width: 612px;
  }
}
@media (max-width: 767px) {
  .content-body dl dt,
  .content-body dl dd {
    padding: 1em 0.5em;
  }
}
@media (min-width: 768px) {
  .content-body dl dt,
  .content-body dl dd {
    padding-top: calc(3px + 1em);
    padding-bottom: calc(3px + 1em);
    border-bottom: 2px solid #231815;
  }
  .content-body dl dt:first-of-type,
  .content-body dl dd:first-of-type {
    border-top: 2px solid #231815;
  }
}
.content-body dl dt {
  text-align: justify;
  -moz-text-align-last: justify;
       text-align-last: justify;
}
@media (max-width: 767px) {
  .content-body dl dt {
    width: 87px;
  }
}
@media (min-width: 768px) {
  .content-body dl dt {
    display: grid;
    grid-template-columns: minmax(87px, 1fr) 1px;
    gap: 1.5em;
    padding-left: 1.5em;
  }
  .content-body dl dt::after {
    display: block;
    width: 1px;
    height: calc(100% + 2em);
    margin-top: -1em;
    content: "";
    background-color: #231815;
  }
}
.content-body dl dd {
  margin-left: 0;
}
@media (max-width: 767px) {
  .content-body dl dd {
    border-top: 1px solid #231815;
    border-bottom: 2px solid #231815;
  }
}
@media (min-width: 768px) {
  .content-body dl dd {
    padding-right: 1.5em;
    padding-left: 1.5em;
  }
}
.content-body dl dd a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
}
.content-body dl dd a[href^="tel:"]:hover {
  text-decoration: underline;
}.content .content-body .norecruit {
	padding-bottom: 20px;
	width: 250px;
	color: #FFFFFF;
	background-color: #000000;
	text-align: center;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
}
