:root {
  --white: white;
  --black: black;
}

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

.section {
  justify-content: center;
  align-items: center;
  height: auto;
  display: flex;
}

.image {
  width: 300px;
  margin-bottom: 35px;
}

.text-block {
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 32px;
}

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

.button {
  text-align: center;
  background-color: #000;
  margin-top: 25px;
  margin-bottom: 25px;
}

.button:hover {
  background-color: #696969;
}

.logo-mb {
  width: 300px;
  margin-top: 25px;
  margin-bottom: 35px;
}

.code-embed {
  margin-bottom: 40px;
}

.section-home {
  justify-content: center;
  align-items: center;
  height: auto;
  display: flex;
}

.spacer-80px {
  width: 100%;
  height: 80px;
}

.code-embed-2 {
  width: 100%;
}

@media screen and (max-width: 479px) {
  .text-block {
    padding-left: 9px;
    padding-right: 9px;
  }
}


