@charset "utf-8";

.l-layout-notfound {
  margin-top: 40px;
}
.s-description {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 50px;
}
.s-btn-link {
  background-color: #647787;
  color: #fff;
  padding: 18px 24px;
  border-radius: 0;
  font-size: .875rem;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: .14em;
  display: block;
  text-align: center;
}
@media (max-width: 767px) {
  .s-btn-container {
    width: 100%;
  }
}