.two-col-grid {
  margin-top: 3rem;
}

.two-col-grid img {
  margin-bottom: 1rem;
}
.two-col-grid{
  margin-bottom: 2rem;
}
.two-col-grid .content__description {
  margin-bottom: 2rem;
  margin-top: 0.5rem;
  font-family: "Fira Sans", sans-serif;
}

.two-col-grid .content__links span {
  padding: 0.75rem;
  border-radius: 0.25rem;
  background: var(--subtle);
  font-family: "Fira Sans", sans-serif;
  margin-right: 0.5rem;
}

.two-col-grid .content__links span button{
  background: none;
  border: none;
  color: var(--contrast);
  cursor: pointer;
}

.two-col-grid .content .content__description {
  color: var(--tint);
}

@media only screen and (min-width: 40rem) {
  .two-col-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }

  .two-col-grid img {
    margin-bottom: 0;
  }
}
