: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 {
  background-color: red;
}

.html-embed {
  background-color: red;
  margin-bottom: 0;
}

.section-2 {
  background-color: #fff;
}

.heading {
  color: #000;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 40px;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 25px;
}

.text-span {
  color: red;
  background-color: #fff;
  box-shadow: 0 2px 5px #fff;
}

.paragraph {
  color: #fff;
  text-align: center;
  text-decoration: underline;
}

.section-3 {
  background-color: #fff;
}

.image {
  text-align: center;
  background-color: #fff;
  margin-top: 10px;
}

.container {
  justify-content: justificar-conteúdo-esticar;
  justify-items: justificar-itens-esticar;
  align-items: alinhar-itens-esticar;
  align-content: alinhar-conteúdo-esticar;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  object-fit: fill;
  object-position: 50% 50%;
  grid-template: "."
  / 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 10px;
  display: block;
  overflow: visible;
}

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

.heading-3 {
  font-size: 25px;
}

.container-2 {
  margin-top: -25px;
}

.section-4 {
  background-color: #000;
}

.paragraph-2 {
  color: #fff;
  margin-top: 60px;
  font-size: 10px;
}

.html-embed-2 {
  text-align: left;
}

.paragraph-3, .text-span-2, .text-span-3, .text-span-4, .text-span-5, .text-span-6 {
  color: red;
}

.italic-text {
  color: #000;
}

.text-span-7, .text-span-8, .text-span-9 {
  color: red;
}

.text-span-10 {
  color: #f80000;
}

.text-span-11 {
  color: #fd0000;
}

.text-span-12 {
  color: #e60000;
}

.text-span-13 {
  color: #e40000;
}

@media screen and (max-width: 479px) {
  .heading {
    font-size: 18px;
    line-height: 23px;
  }

  .text-span {
    font-size: 18px;
  }
}


