.hero {
  background: url("../i/usedcar/hero-bg.jpg") no-repeat center center;
}

.content_container {
  background: #f2f2f2;
}
.content_container section .headline .title {
  font-size: 2.4rem;
  font-weight: normal;
  text-align: center;
}
.content_container section .headline p.lead {
  font-size: 1.6rem;
  margin-top: 1em;
  text-align: center;
}
.content_container section .headline .notes {
  text-align: center;
  margin-top: 1.5em;
}

#search .site {
  margin-top: 2em;
}
#search .site a {
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  border: solid 1px #ddd;
  padding: 2em 1em;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 10px;
}
#search .site a .btn-wrap {
  margin-top: 1em;
}
#search .site a .btn-wrap span._arrow {
  position: relative;
  display: block;
  box-sizing: border-box;
  padding-right: 2em;
  text-decoration: none;
  line-height: 1.2;
}
#search .site a .btn-wrap span._arrow:after {
  content: "\e902";
  font-family: "icomoon" !important;
  display: block;
  position: absolute;
  right: 6px;
  top: 50%;
  transform: translateY(-50%);
}
#search .site a:hover {
  opacity: 0.6;
}

#orderservice {
  background: #fff;
  padding: 30px 0;
}
#orderservice .features {
  padding-top: 200px;
  background: url("../i/usedcar/ucar-lineup.png") no-repeat center top;
  background-size: 100%;
}
#orderservice .features-item dt {
  font-size: 1.8rem;
  text-align: center;
  background: #999;
  color: #fff;
}
#orderservice .features-item dd {
  margin-top: 1em;
}
#orderservice .btn-wrap {
  margin-top: 24px;
}
#orderservice .btn-wrap a._btn {
  max-width: 360px;
  margin: auto;
  padding-top: 1em;
  padding-bottom: 1em;
}

#features .features-row:nth-of-type(n+2) {
  margin-top: 4em;
}
#features .features-row:nth-of-type(2n+1) {
  flex-direction: row-reverse;
}
#features .features-row figure img {
  width: 100%;
}
#features .features-row .context h3 {
  font-size: 2.1rem;
}
#features .features-row .context .lead {
  margin-top: 1.5em;
}
#features .features-row .context .btn-wrap {
  margin-top: 1.5em;
}
#features .features-row .context a._btn {
  max-width: 320px;
}