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

p {
  color: #fff;
  margin-bottom: 10px;
  font-family: ff-good-web-pro, sans-serif;
  font-size: 22px;
  line-height: 31px;
}

a {
  color: #fff;
  text-decoration: underline;
}

.main {
  height: 100vh;
  flex-direction: row;
  align-items: center;
  margin-top: 100px;
  display: block;
}

.section {
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.body {
  background-image: url('../images/background.jpg');
  background-position: 0 0;
  background-size: auto;
}

.h1 {
  color: #fff;
  margin-bottom: 23px;
  font-family: ff-good-web-pro, sans-serif;
  font-weight: 400;
}

.h1.bold {
  font-weight: 700;
}

.mark {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  display: flex;
  position: relative;
}

.bold {
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  transform-style: preserve-3d;
  justify-content: center;
  align-items: center;
  font-size: 68px;
  font-weight: 700;
  display: flex;
  position: absolute;
  top: 50%;
  bottom: 0;
  left: 50%;
  right: 0%;
  transform: translate(-50%, -50%)rotate(-3deg);
}

.image {
  position: static;
  transform: rotate(-1deg);
}

._2-col {
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, .14);
  margin-top: 90px;
  padding-top: 30px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

._1-col {
  width: 50%;
}

.heading {
  flex-direction: column;
  align-items: center;
  margin-top: 120px;
  display: flex;
}

@media screen and (max-width: 767px) {
  .h1 {
    text-align: center;
  }

  .bold {
    font-size: 10vw;
  }

  ._2-col {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    margin-top: 35px;
  }

  ._1-col {
    width: 100%;
  }

  .heading {
    padding-left: 30px;
    padding-right: 30px;
  }

  .paragraph {
    width: 100%;
    text-align: center;
  }

  .paragraph-2 {
    text-align: center;
  }

  .image-2 {
    max-width: 200px;
  }
}

@media screen and (max-width: 479px) {
  .main {
    margin-top: 40px;
  }

  .h1 {
    text-align: center;
    margin-bottom: 25px;
    font-size: 32px;
    line-height: 38px;
  }

  .mark {
    flex-direction: column;
    justify-content: center;
  }

  .bold {
    transform: scale3d(1none, 1none, 1none) translate(-50%, -50%) rotate(-3deg);
    text-align: center;
    font-size: 11vw;
  }

  .image {
    margin-top: 61px;
    transform: scale(1.5)rotate(-1deg);
  }

  ._2-col {
    grid-column-gap: 23px;
    grid-row-gap: 23px;
    text-align: center;
    flex-direction: column;
    margin-top: 20px;
    padding-left: 30px;
    padding-right: 30px;
  }

  ._1-col {
    width: 100%;
  }

  .heading {
    padding-left: 30px;
    padding-right: 30px;
  }

  .image-2 {
    max-width: 160px;
  }
}


