.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

h5 {
  color: #000;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Inter Tight, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

a {
  color: #fff;
  text-decoration: underline;
}

.container {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: auto;
  display: flex;
}

.section {
  background-color: #f5f0e7;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 5rem;
  padding-bottom: 5rem;
  display: flex;
}

.image {
  width: 200px;
  padding-bottom: 0;
}

.container-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: center;
  place-items: center stretch;
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.body {
  background-color: #f5f0e7;
  background-image: linear-gradient(#403c347d, #403c347d), url('../images/yann-maignan-x3BCSWCAtrY-unsplash.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border: 1px #f5f0e7;
}

.div-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  align-self: center;
  place-items: center;
  width: 100%;
  padding: 0;
  display: grid;
}

.heading, .heading-2, .heading-3 {
  text-align: center;
}

.section-2 {
  background-image: linear-gradient(#000, #fff0 23%);
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: auto;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
}

.image-2 {
  width: 150px;
}

.container-3 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.section-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: none;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  place-items: center stretch;
  height: 90vh;
  padding-top: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  display: grid;
}

.heading-4 {
  color: #fff;
  text-align: center;
}

.image-3 {
  width: 200px;
}

.container-4, .container-5 {
  display: none;
}

@media screen and (max-width: 991px) {
  .image-2 {
    width: 150px;
  }

  .container-4, .container-5 {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .image-2 {
    width: 125px;
  }

  .section-3 {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .container-4, .container-5 {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  h5 {
    color: #fff;
  }

  .body {
    background-image: linear-gradient(#403c348a, #403c348a), url('../images/yann-maignan-x3BCSWCAtrY-unsplash.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
    height: 90vh;
  }

  .div-block {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    display: grid;
  }

  .image-2 {
    width: 100px;
  }

  .section-3 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    text-align: center;
    grid-template-columns: 1fr;
    justify-content: center;
    place-items: center stretch;
    display: none;
  }

  .heading-4 {
    display: none;
  }

  .container-4 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: 70vh;
    padding-top: 2rem;
    padding-bottom: 2rem;
    display: flex;
  }

  .image-4 {
    width: 125px;
  }

  .container-5 {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .heading-5 {
    text-align: center;
  }
}

#w-node-a60a5db7-d61f-84f9-6710-961da6934dc8-a1e1c368 {
  justify-self: center;
}

@media screen and (max-width: 479px) {
  #w-node-a60a5db7-d61f-84f9-6710-961da6934dc8-a1e1c368 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }
}
