.main-container {
  position: absolute;
  width: 100%;
  height: 100%;
  max-height: 100%;
  max-width: 100%;
  min-height: 100%;
  padding: 60px;
}

.mech5-logo {
  margin-bottom: 120px;
}

.exception-animation {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.message-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.message.english {
  position: absolute;
  top: 0px;
  right: 0px;
  margin-right: 50px;
  margin-left: 0px;
}

.message.spanish {
  position: absolute;
  left: 0px;
  top: 0px;
  margin-right: 0px;
  margin-left: 40px;
}

.text-block {
  margin-bottom: 28px;
  padding-top: 36px;
  padding-left: 24px;
  background-image: url('../images/EN.png');
  background-position: 0px 0px;
  background-repeat: no-repeat;
  font-family: 'Open Sans', sans-serif;
  color: #0080b7;
  font-size: 18px;
  font-weight: 700;
}

.text-block.spanish {
  background-image: url('../images/ES.png');
}

.back-to-mech5 {
  margin-right: 26px;
  padding-left: 24px;
  color: #acacac;
  font-size: 16px;
  text-decoration: none;
}

.row {
  display: block;
  height: 124px;
}

.message-wrapper {
  margin-bottom: 250px;
}

.icon-container {
  margin-bottom: 120px;
}

.contact-support-container {
  position: static;
  left: 0px;
  right: 0px;
  bottom: 70px;
  margin-bottom: 70px;
}

.contact-us {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  color: #acacac;
  text-align: left;
  text-decoration: none;
}

.contact-us-text {
  position: static;
  top: 0px;
  right: 0px;
  margin-right: 10px;
  padding-top: 12px;
  padding-right: 60px;
  padding-bottom: 12px;
  background-image: url('../images/Contact-Email-Icon.png');
  background-position: 100% 50%;
  background-repeat: no-repeat;
  color: #acacac;
  text-align: right;
}

.contact-image {
  position: absolute;
  top: 0px;
  right: 0px;
}

.column-2 {
  padding-right: 0px;
  padding-left: 0px;
}

.support {
  color: #acacac;
  text-decoration: none;
}

.support-text {
  margin-left: 10px;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 60px;
  background-image: url('../images/Support-Icon.png');
  background-position: 0px 50%;
  background-repeat: no-repeat;
}

.column-3 {
  padding-right: 0px;
  padding-left: 0px;
}

@media (max-width: 991px) {
  .main-container {
    padding-right: 30px;
    padding-left: 30px;
  }
  .exception-animation {
    height: 180px;
  }
  .message-wrapper {
    margin-bottom: 224px;
  }
}

@media (max-width: 767px) {
  .exception-animation {
    height: 110px;
  }
  .message.english {
    position: static;
    margin-right: 0px;
    margin-bottom: 0px;
  }
  .message.spanish {
    position: static;
    margin-left: 0px;
  }
  .column {
    position: static;
    margin-bottom: 70px;
  }
  .message-wrapper {
    margin-bottom: 129px;
  }
  .icon-container {
    margin-bottom: 70px;
  }
  .contact-support-container {
    position: static;
    margin-bottom: 50px;
  }
  .column-3 {
    position: relative;
  }
  .column-4 {
    position: static;
    margin-bottom: 50px;
  }
}

@media (max-width: 479px) {
  .main-container {
    padding-top: 35px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .mech5-logo {
    margin-bottom: 80px;
    margin-left: 20px;
  }
  .exception-animation {
    height: 110px;
  }
  .text-block.english {
    font-size: 16px;
  }
  .text-block.spanish {
    font-size: 16px;
  }
  .column-4 {
    margin-bottom: 66px;
  }
}