_404.scss 553 Bytes
.img-404 {
  text-align: right;
  img {
    max-width: 100%;
  }
}

.text-1-404 {
  font-weight: 700;
  line-height: 19px;
  margin-top: 190px;
}

.text-2-404 {
  margin-top: 19px;
  line-height: 18px;
}

.btn-404 {
  margin-top: 60px;
  text-align: center;
  .btn_ {
    box-shadow: none;
    display: inline-block;
    width: 184px;
    background: none;
    color: $main-color;
    float: none;
  }
}
.section-404 {
  margin-top: 53px;
}
@media (max-width: 767px) {
  .img-404 {
    text-align: center;
  }
  .text-1-404 {
    margin-top: 50px;
  }
}