.not-found-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: left;
}
@media (max-width: 1024px) {
  .not-found-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 1024px) {
  .not-found-section .not-found-content {
    max-width: 100%;
  }
}
.not-found-section .not-found-content h1 {
  color: #0B1031;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 44px;
  letter-spacing: -0.72px;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .not-found-section .not-found-content h1 {
    font-size: 24px;
    line-height: 32px;
    letter-spacing: normal;
    margin-bottom: 16px;
  }
}
.not-found-section .not-found-content p, .not-found-section .not-found-content .not-found__description--text {
  color: #0B1031;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .not-found-section .not-found-content p, .not-found-section .not-found-content .not-found__description--text {
    font-size: 16px;
    line-height: 24px;
  }
}
.not-found-section .not-found-content .not-found-button, .not-found-section .not-found-content not-found__description--button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 48px;
  width: 274px;
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  background-color: #364ff3;
  -webkit-box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
          box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
  border-radius: 8px;
  text-decoration: none;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.not-found-section .not-found-content .not-found-button:hover, .not-found-section .not-found-content not-found__description--button:hover {
  background-color: #2c3ebe;
}
.not-found-section .not-found-image {
  max-width: 50%;
  text-align: right;
}
@media (max-width: 767px) {
  .not-found-section .not-found-image {
    max-width: 100%;
  }
}
.not-found-section .not-found-image img {
  max-width: 100%;
  height: auto;
}