.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 {
  text-align: center;
  background-color: #68191c;
  padding-bottom: 0;
}

.body {
  background-color: #68191c;
}

.paragraph {
  color: #fff;
  margin-top: 40px;
  margin-bottom: 40px;
  font-size: 16px;
}

.paragraph.mobile {
  margin-top: 0;
  font-size: 20px;
  line-height: 30px;
}

.paragraph.mobile.nopad {
  margin-bottom: 20px;
}

.paragraph.mobile.pr {
  text-align: left;
  margin-top: 20px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 15px;
  line-height: 24px;
}

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

.heading.mobile.pr {
  font-size: 24px;
  line-height: 30px;
}

.button {
  color: #68191c;
  text-align: center;
  background-color: #fff;
  border-radius: 9px;
  font-size: 16px;
}

.button.btnmargin {
  display: none;
}

.container-2 {
  text-align: center;
  margin-top: 40px;
}

.logo {
  min-width: 80px;
  max-width: 250px;
}

.section {
  padding-bottom: 40px;
}

.scroll-down-wrapper {
  z-index: 10;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: relative;
  inset: auto 0% 0%;
  overflow: hidden;
}

.scroll-down {
  width: 20px;
}

.bold-text {
  line-height: 30px;
}

@media screen and (max-width: 991px) {
  .scroll-down-wrapper {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .paragraph.mobile, .heading.mobile {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media screen and (max-width: 479px) {
  .paragraph.mobile {
    margin-top: 0;
    margin-bottom: 40px;
  }

  .button.btnmargin {
    margin-bottom: 20px;
    display: inline-flex;
  }

  .scroll-down-wrapper {
    text-align: center;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    height: 100%;
    display: flex;
    bottom: 20px;
  }

  .div-block {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    padding-top: 20px;
    display: block;
  }
}


