.hero {
    background: url('images/green.webp') no-repeat center center/cover;
    height: 80vh;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding-top: 80px;
}

.service-icon {
    font-size: 2.5rem;
    color: #28a745;
}

footer {
    background: #28a745;
    color: white;
}

.services-img {
    width: 300px;
}

.contact-body {
    background-color: #f1f7f2;
}

footer {
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
  }
  
  #mc_embed_signup {
    background: #fff;
    clear: left;
    font: 14px Helvetica, Arial, sans-serif;
    width: 600px;
}