.store-title {
  font-family: 'title', sans-serif;
  font-weight: 800;
  font-size: 40px;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: #202E3D;
  margin-top: 60px;
}
.store-copy {
  font-family: 'title', sans-serif;
  font-size: 14px;
  line-height: 155%;
  color: #202E3D;
}
.store-actions { margin-top: 16px; }
.store-actions .btn {
  display: inline-block;
  padding: 0 22px;
  height: 46px;
  line-height: 46px;
  font-family: 'title', sans-serif;
  font-weight: 600;
  color: #fff;
  background: #364D66;
  text-decoration: none;
  margin-right: 10px;
}
.store-actions .btn.primary { background: #FFBE63; color: #000; }

.store-services h2 {
  font-family: 'title', sans-serif;
  font-weight: 800;
  font-size: 32px;
  color: #202E3D;
  margin-top: 30px;
  margin-bottom: 24px;
}
.service-panel {
  background: #F7F7F7;
  border: 1px solid #eee;
  padding: 20px;
  height: 100%;
}
.store-services .row > [class^="col-"],
.store-services .row > [class*=" col-"] { margin-bottom: 24px; }
.service-panel h3 {
  font-family: 'title', sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: #202E3D;
}
.service-panel p {
  font-family: 'title', sans-serif;
  font-size: 14px;
  line-height: 155%;
  color: #202E3D;
}

@media screen and (max-width: 992px) {
  .store-title { font-size: 28px; margin-top: 20px; }
}


