.title a {
  color: #00aa88;
  text-decoration: none;
}

.title a:hover,
.title a:focus,
.title a:active {
  text-decoration: underline;
}

.title {
  margin: 0;
  line-height: 1.3;
  font-size: 3.5rem;
  font-weight: 800;
}

.title,
.description {
  text-align: center;
}

.description {
  margin: 2% 10% 5%;
  line-height: 1.5;
  font-size: 1.4rem;
  color: #808080;
}

.cardDescription {
  margin: 2% 10%;
  line-height: 1.5;
  font-size: 1rem;
}

.whyUsCard {
  background-color: #ffffff;
  margin: 1rem;
  flex-basis: 45%;
  padding: 1.5rem 2.5rem;
  color: inherit;
  text-decoration: none;
  border-radius: 10px;
  transition: 1s ease;
  box-shadow: 0px 10px 47px -4px rgba(116, 116, 116, 0.2);
}

.whyUsCard:hover,
.whyUsCard:focus,
.whyUsCard:active {
  box-shadow: 0px 10px 47px -4px rgba(116, 116, 116, 0.4);
}

.whyUsCard h3 {
  margin: 0 0 1rem 0;
  font-size: 1.5rem;
  font-weight: 700;
}

.whyUsCard p {
  margin: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  color: #707070;
}

@media (max-width: 600px) {
  .grid {
    width: 100%;
    flex-direction: column;
  }
}

.heading {
  margin: 0;
  line-height: 1.1;
  font-size: 2.5rem;
  font-weight: 800;
}

.featuresCard {
  position: relative;
  background-color: #ffffff;
  margin: 1rem;
  flex-basis: 45%;
  color: inherit;
  text-align: left;
  text-decoration: none;
  border-radius: 10px;
  transition: 1s ease;
  border-radius: 15px;
  box-shadow: 10px 40px 50px rgba(229, 233, 246, 0.4);
}

.featureCardContainer {
  padding: 1.5rem 1.5rem;
}

.featuresCard:hover,
.featuresCard:focus,
.featuresCard:active {
  box-shadow: 0px 10px 47px -4px rgba(116, 116, 116, 0.4);
}

.featureCardContainer h3 {
  padding-bottom: 0.75rem;
  font-size: 1.5rem;
  font-weight: 700;
}

.featureCardContainer p {
  margin: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  color: #707070;
}
