.page-title {
  text-decoration: none;
}

.wrapper {
  height: 100%;
  width: 100%;
  padding: 2rem 6rem;
  box-sizing: border-box;
}

h2 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-weight: 300;
}

.block {
  background: #415b73;
  width: 100%;
  height: 0.3rem;
  border-radius: 4px;
}

.guide-container {
  margin-top: 2rem;
  border-radius: 6px;
  height: 500px;
  background: white;
  padding: 2rem;
}

.guide .step {
  font-weight: 500;
}

.guide h3 {
  font-size: 1.5rem;
  display: inline-block;
}
