.cmp-container--404 {
  height: 100vh;
  min-height: 550px;
  max-height: 1080px;
  padding: 140px 15px 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cmp-container--404 .cmp-title {
  margin-bottom: 18px;
  text-align: center;
}

.cmp-container--404 .cmp-title .cmp-title__text {
  margin-bottom: 0;
  font-size: 95px;
  font-weight: 900;
  color: #161616;
}

.cmp-container--404 p {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  text-align: center;
}

.cmp-container--404 p {
  font-size: 16px;
  color: #5a5a5a;
}

.cmp-container--404 p b {
  font-size: 34px;
  font-weight: bold;
  color: #2d2d2d;
}

.cmp-container--404 .cmp-button--primary {
  margin-top: 50px;
  text-align: center !important;
}

.cmp-container--404 .cmp-button--primary .cmp-button__text {
  font-size: 14px;
  letter-spacing: 0.7px;
  color: #fff;
  font-weight: bold;
}

@media only screen and (min-width: 1599.98px) {
  .cmp-container--404 .cmp-title .cmp-title__text {
    font-size: 180px;
  }

  .cmp-container--404 .cmp-button--primary .cmp-button {
    min-width: 266px;
  }

}

@media screen and (max-width: 768.98px) {

  .cmp-container--404 {
    min-height: auto;
    max-height: 100%;
    padding: 160px 0 30px;
    height: auto;
  }

  .cmp-container--404 .cmp-title .cmp-title__text {
    font-size: 60px;
  }

  .cmp-container--404 .cmp-text p {
    font-size: 14px;
  }

  .cmp-container--404 .cmp-text p b {
    font-size: 20px;
    line-height: 26px;
  }

  .cmp-container--404 .cmp-button--primary {
    margin-top: 20px;
  }

  .cmp-container--404 .cmp-button--primary .cmp-button__text {
    font-size: 12px;
  }

  .cmp-container--404 .cmp-button--primary .cmp-button {
    min-width: 210px;
    overflow: hidden;
    padding: 14px 25px;
  }

}