.smartway {
  background: center / cover no-repeat url("../images/globe.svg") #111729;
  color: #f9fafb;
  min-height: 50vh;
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.sm-container {
  align-items: center;
  background-color: rgba(0, 0, 0, 0.7);
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  margin: 0 auto;
  max-width: 800px;
  padding: 3rem;
}

.smartway h2 {
  font-size: 2rem;
  margin: 1rem 0 0 0;
  text-transform: uppercase;
  text-align: center;
}

.smartway p {
  margin: 1rem 0 0;
}

.smartway a {
  color: #10b981;
  text-decoration: underline;
  font-weight: bold;
  letter-spacing: -0.9px;
  transition: color 150ms ease-in-out;
}

.smartway a:hover,
.smartway a:focus {
  color: #34d399;
}
