* {
  margin: 0;
  padding: 0;
}

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.card-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.card-first {
  background-color: #e38826;
}

.card-first a {
  color: #e38826;
}

.card-second {
  background-color: #006970;
}

.card-second a {
  color: #006970;
}

.card-third {
  background-color: #004241;
}

.card-third a {
  color: #004241;
}

.card-icon {
  margin-top: 3rem;
  margin-bottom: 2.62rem;
}

.card h2 {
  font-size: 2rem;
  font-family: "Big Shoulders Display";
  text-transform: uppercase;
  color: #f2f2f2;
  margin-bottom: 2.43rem;
}

.card p {
  font-size: 0.937rem;
  line-height: 1.56rem;
  margin-bottom: 5.62rem;
  font-family: "Lexend Deca";
  color: rgba(255, 255, 255, 0.75);
}

.card a {
  font-size: 0.937rem;
  text-decoration: none;
  padding: 1rem 1.62rem;
  background-color: #f2f2f2;
  border-radius: 1.56rem;
  font-family: "Lexend Deca";
}

.card a:hover {
  background-color: transparent;
  border: 0.2rem solid #f2f2f2;
  color: white;
}

.attribution {
  margin-top: 3rem;
  font-family: "Lexend Deca";
  text-align: center;
}

@media screen and (min-width: 23.5rem) {
  .card-container {
    max-width: 57.5rem;
  }
  .card {
    padding: 0 4rem 3rem 1.65rem;
  }
}

@media screen and (max-width: 23.4rem) {
  .card-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 2rem;
  }
  .card {
    padding: 0 4rem 3rem 1.65rem;
  }
}
/*# sourceMappingURL=style.css.map */