.gettingstartedwrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: column;
  margin-top: 40px;
}

.gettingstartedrow {
  display: flex;
  margin-bottom: 30px;
}

.gettingstartedrow a {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 35px;
  padding: 15px 25px 15px 25px;
  flex: 1;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.03), 0 7px 17px 0 rgba(0, 0, 0, 0.07);
  text-decoration: none;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: 17px 30px;
  background-size: 36px 36px;
  transition: box-shadow 0.2s ease-in-out;
}

.gettingstartedrow a:hover {
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 7px 25px 0 rgba(0, 0, 0, 0.15);
}

.gettingstartedbox:first-child {
  margin-right: 15px;
}

.gettingstartedtitle {
  font-size: 18px;
  font-family: Inter, sans-serif;
  color: #5879da;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.gettingstartedsummary {
  font-family: Inter, sans-serif;
  font-size: 16px;
  color: #4a4a4a;
}