body {
  color: #263238;
}

.navbar {
  border-bottom: 1px solid #e6eaed;
}

.content {
  line-height: 1.65;
}

.home-hero {
  margin: 1.5rem 0 2.25rem;
  padding: 2.25rem 2rem;
  border-left: 5px solid #2f6f73;
  background: #f6f9f9;
}

.home-hero h1 {
  margin-top: 0;
  margin-bottom: 0.75rem;
}

.home-hero p:first-of-type {
  max-width: 48rem;
  margin-bottom: 1rem;
  color: #2f6f73;
  font-size: 1.15rem;
  font-weight: 600;
}

.home-hero p:last-child {
  max-width: 54rem;
  margin-bottom: 0;
}

.home-sections {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin: 2rem 0 2.5rem;
}

.home-section {
  padding: 1.15rem;
  border: 1px solid #dfe6e8;
  border-radius: 6px;
  background: #ffffff;
}

.home-section h2 {
  margin-top: 0;
  font-size: 1.25rem;
}

.home-section p {
  margin-bottom: 1rem;
}

.section-link {
  display: inline-block;
  padding: 0.4rem 0.7rem;
  border: 1px solid #2f6f73;
  border-radius: 4px;
  color: #22565a;
  font-weight: 600;
  text-decoration: none;
}

.section-link:hover,
.section-link:focus {
  background: #eef6f6;
  color: #183f42;
  text-decoration: none;
}

h2 {
  margin-top: 2rem;
}

@media (max-width: 800px) {
  .home-hero {
    padding: 1.5rem 1.25rem;
  }

  .home-sections {
    grid-template-columns: 1fr;
  }
}
