.hero {
    background: url('https://source.unsplash.com/1600x900/?luxury-garden,landscape') center center/cover no-repeat;
    color: rgb(194, 185, 185);
    min-height: 25vh;
    display: flex;
    align-items: center;
    text-shadow: 2px 2px 6px rgba(0,0,0,0.5);
  }
  .section-title {
    font-size: 2.5rem;
    margin-bottom: 1rem;
  }
  .icon {
    font-size: 2rem;
    /*color: #8ea728;*/
    color:rgb(47, 31, 87);
  }
  .bg-light-green {
    background-color: #eaf4ec;
  }
  footer {
    background-color: #222;
    color: white;
  }
