.fast_box {
  position: relative;
  max-width: 1124px;
  margin: 100px auto 0;
  padding: 24px 0;
  border-radius: 12px;
  background: linear-gradient(to bottom right, #e8d6ff, #e0f4ff);
}
.fast_box .backgroundImg {
  position: absolute;
  left: 0;
  bottom: 0;
}
.fast_box .content {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.fast_box .content .leftContent {
  width: fit-content;
}
.fast_box .content .spacing {
  width: 5.5%;
}
.fast_box .content .rightContent {
  max-width: 502px;
}
.fast_box .content .rightContent .title_text {
  text-align: left;
  font-size: 34px;
  vertical-align: top;
  font-weight: 800;
  color: #1a1b1c;
  line-height: 46px;
}
.fast_box .content .rightContent .btn {
  display: block;
  padding: 0 40px;
  margin: 27px 0 0 0;
  width: max-content;
  background: #ff822c;
  box-shadow: 0px 10px 20px 0px rgba(255, 130, 44, 0.15);
  border-radius: 31px;
  color: #ffffff;
  text-align: center;
  line-height: 48px;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.3s;
}
.fast_box .content .rightContent .btn:hover {
  background: #e7650c;
  box-shadow: none;
}
.fast_box .content .rightContent .btn .arrow {
  transform: translateY(2px);
}
@media screen and (max-width: 900px) {
  .fast_box .content {
    flex-direction: column;
  }
  .fast_box .backgroundImg svg {
    vertical-align: bottom;
  }
  .fast_box .content .rightContent .title_text {
    text-align: center;
    font-size: 26px;
    line-height: 34px;
  }
  .fast_box .content .rightContent .btn {
    margin: 27px auto 0;
  }
}
@media screen and (max-width: 500px) {
  .fast_box {
    margin: 70px auto 0;
  }
  .fast_box .content .leftContent {
    width: 90%;
  }
  .fast_box .content .leftContent img {
    width: 100%;
    height: auto;
  }
}
/*# sourceMappingURL=get-started.css.map */