@font-face {
  font-family: Hando;
  src: url('../fonts/HandoTrial-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Hando;
  src: url('../fonts/HandoTrial-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

.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-image: url('../images/item-bg.png'), url('../images/escola-viral.png');
  background-position: 86%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 520px, cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100svh;
  padding: 47px 15px 70px;
  font-family: Hando, Arial, sans-serif;
  display: flex;
}

.container {
  width: 100%;
  max-width: 1100px;
}

.div-block {
  border-top: 1px solid #a8a8a8;
  border-bottom: 1px solid #a8a8a8;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
}

.text-block {
  text-align: center;
  text-transform: uppercase;
  border-right: 1px solid #a8a8a8;
  min-width: 179px;
  padding: 4px 10px 4px 8px;
  font-size: 13px;
}

.text-block.last {
  border-right-style: none;
}

.link-block {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  color: #fff;
  background-image: linear-gradient(90deg, #e7620c, #ee7209 55%, #f90);
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 370px;
  margin-top: 33px;
  padding: 11px 15px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 0 14px #ee720980;
}

.image {
  width: 37px;
}

.text-block-2 {
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
}

.heading {
  color: #3c3c3c;
  font-size: 44px;
  line-height: 48px;
}

@media screen and (max-width: 479px) {
  .section {
    background-image: url('../images/item-bg.png'), url('../images/Banner.png');
    background-position: 50% 97%, 50%;
    background-repeat: no-repeat, no-repeat;
    background-size: 242px, cover;
    justify-content: flex-start;
    align-items: center;
    height: 100svh;
    padding-top: 27px;
    padding-bottom: 0;
  }

  .div-block {
    display: none;
  }

  .link-block {
    margin-top: 16px;
  }

  .heading {
    max-width: 350px;
    font-size: 29px;
    font-weight: 400;
    line-height: 27px;
  }

  .image-2 {
    width: 209px;
    max-width: 75%;
  }

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


@font-face {
  font-family: 'Hando';
  src: url('../fonts/HandoTrial-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Hando';
  src: url('../fonts/HandoTrial-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}