.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 {
  padding: 60px 30px;
}

.section {
  background-image: url('../images/HEAD-DESK-3.webp');
  background-position: 50%;
  background-size: auto;
}

.heading {
  color: #fff;
  font-family: Montserrat, sans-serif;
}

.column {
  color: #fff;
}

.headline {
  text-align: center;
  font-family: Montserrat, sans-serif;
  line-height: 1.1em;
}

.sub-headline {
  text-align: center;
  letter-spacing: 10px;
  margin-top: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 28px;
  font-weight: 300;
  line-height: 1.1em;
}

.image {
  border-radius: 15px;
}

.link-block {
  transition: all .2s;
  transform: scale(.8);
}

.link-block:hover {
  transform: scale(.7);
}

.link-block.destaque {
  transform: scale(.9);
}

.link-block.destaque:hover {
  transform: scale(.8);
}

.section-10 {
  background-color: #161826;
}

.text-block-4 {
  color: #adadad;
  text-align: center;
  width: 582px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 400;
}

.link {
  color: #acacac;
}

@media screen and (max-width: 479px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .section {
    background-color: #000;
    background-image: linear-gradient(#fff0, #00000075 30%), url('../images/HEAD-DESK-3.webp');
    background-position: 0 0, 50% 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, 200%;
    padding-top: 33px;
  }

  .column {
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-4 {
    width: 100%;
    font-size: 13px;
    line-height: 18px;
  }
}
