/* Main content area styles */
.main-container {
  grid-area: main;
  overflow-y: auto;
  background: #fff;
  display: flex;
  justify-content: center;
  overflow-x: hidden;
  padding-bottom: 24px;
}

.main__inner {
  position: relative;
  width: 65%;
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

.main__upper {
  margin-top: 84px;
}

.main__upper2 {
  flex: 1;
  margin-top: 48px;
}

.main__pretitle {
  font-size: 14px;
  color: rgba(4, 38, 51, 0.65);
  text-transform: uppercase;
}

.main__title {
  color: #042733;
  font-size: 60px;
  font-weight: 800;
  margin-top: 10px;
  margin-bottom: 15px;
  word-wrap: break-word;
}

.main__description {
  color: #042733;
  font-size: 15px;
  line-height: 2;
  margin-bottom: 20px;
}

.main2__title {
  margin-top: 120px;
  font-size: 24px;
  color: #042733;
  text-align: center;
}

.crash {
  position: absolute;
  right: -400px;
  height: 440px;
  top: 30px;
  border-radius: 30px;
}
