h2#about {
    text-align: center;
    font-size: 35px;
    font-weight: 700;
    color: #008489;
    padding-bottom: 18px;
}
.card.wow.fadeIn {
    padding: 12px;
    border-radius: 10px;
    box-shadow: 2px 2px 9px #0000001c;
    border: 1px solid #0000000f;
    height: 35rem;
}
h2#features {
    text-align: center;
    font-size: 25px;
    font-weight: 600;
    color: #008489;
    padding: 40px 0;
}
p.ashuburn-abt {
    text-align: center;
    font-size: 16px;
    font-weight: 100;
    color: #3f3f3f;
    padding-bottom: 18px;
}
p.ashuburn-abt1 {
    text-align: center;
    font-size: 16px;
    font-weight: 100;
    color: #3f3f3f;
    padding-bottom: 18px;
}
.about-page {
    padding: 6rem 0 8rem 0;
}
img.abt-hero-img {
    max-width: 100%;
  }



  @media screen and (max-width: 768px) {
    .card.wow.fadeIn {
        margin-bottom: 3rem;
}
  }