.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;
  }
}

.container {
  justify-content: center;
  align-items: center;
  display: flex;
}

.navbar {
  mix-blend-mode: normal;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 74px;
  display: flex;
  overflow: auto;
}

.image {
  width: 227px;
}

.paragraph {
  text-align: center;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  font-family: Poppins, sans-serif;
  font-size: 30px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}

.section {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #fff;
  background-color: #ec6338;
  justify-content: center;
  align-items: flex-start;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 64px;
  padding-bottom: 64px;
  display: flex;
}

.container-2 {
  grid-column-gap: 55px;
  grid-row-gap: 55px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding-top: 0;
  display: flex;
}

.link {
  color: #fff;
  text-decoration: none;
}

.link.button {
  text-decoration: underline;
}

.paragraph-2 {
  font-family: Poppins, sans-serif;
  font-size: 25px;
}

.body {
  background-color: #ec6338;
  height: auto;
}


