body {
    margin: 0;
    font-family: 'Open Sans', sans-serif;
    color: #520912;
    background-color: #fff;
  }
  header {
    position: relative;
    width: 100%;
    height: 120vh;
    background: url('assets/lakes desk.png') center/cover no-repeat;
  }
  @media (max-width: 768px) {
    header {
      background: url('assets/lakes mobile.png') center/cover no-repeat;
    }
  }
  header h1 {
    position: absolute;
    bottom: 20px;
    left: 20px;
    color: #f0e28c;
    background-color: rgba(0,0,0,0.5);
    padding: 10px 20px;
    border-radius: 8px;
    font-size: 2em;
  }
  section {
    padding: 40px 20px;
    max-width: 100%;
    margin: auto;
    text-align: center;
  }
  .cta-button {
    display: inline-block;
    background-color: #87CEFA;
    color: #520912;
    padding: 10px 16px;
    text-decoration: none;
    border-radius: 6px;
    font-weight: bold;
  }
  .placeholder {
    width: 25%;
    height: 200px;
    background-color: #eee;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #aaa;
    margin: 20px 0;
  }

  .steps {
display: flex;
justify-content: space-around;
flex-wrap: wrap;
flex-wrap: nowrap;
}

.step {
max-width: 200px;
text-align: center;
margin: 1rem;
}

.step1 {
  width: 100%;
  height: 300px; /* or any height you want for the section */
  overflow: hidden;
  position: relative;
  }

.step1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.step img {
height: 81px;
margin-bottom: -1.5rem;
}

.section-bg {
  background-color: #520912;
  color: #eee;
}

.ig-icon {
  height: 25px;
  padding-top: 10px;
}

.link {
  color: #87CEFA;
}