.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.body {
  background-image: url('../images/1.png');
  background-position: 0 0;
  background-size: cover;
}

.section {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 5%;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.div-block {
  position: absolute;
  inset: auto 0% 0%;
}

.div-block-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: url('../images/3.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-end;
  width: 60%;
  height: 140vh;
  padding-bottom: 117px;
  display: flex;
}

.div-block-3 {
  margin-top: -33px;
}

.link-block {
  width: 50%;
  height: 10%;
}

.link-block._2 {
  height: 20%;
}

.grid {
  grid-template-rows: auto auto;
  width: 100%;
}

.div-block-4 {
  background-image: url('../images/rsvp.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: flex-end;
  height: 80vh;
  margin-bottom: 0;
  padding-bottom: 10%;
  display: flex;
}

.div-block-4._1 {
  background-image: url('../images/MESA.png');
}

.div-block-4._2 {
  background-image: url('../images/7.png');
  height: 50vh;
}

.heading {
  color: #77785a;
  text-align: center;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 20px;
  font-weight: 400;
}

.section-2 {
  padding-bottom: 1%;
}

@media screen and (max-width: 479px) {
  .section {
    padding-top: 5%;
  }

  .section._2 {
    padding-top: 0%;
  }

  .div-block-2 {
    background-size: contain;
    width: 75%;
    height: 50vh;
    padding-bottom: 54px;
  }

  .div-block-4 {
    height: 30vh;
    padding-bottom: 20%;
  }

  .div-block-4._2 {
    height: 20vh;
  }

  .heading {
    font-size: 12px;
  }
}

#w-node-_85e7997a-9471-8fba-a278-14b45d8b1701-67ef9e0b {
  grid-area: span 1 / span 2 / span 1 / span 2;
}


