.new-feature {
  padding: 80px 120px;
  background-color: #113045;
}
@media (max-width: 991px) {
  .new-feature {
    padding: 80px 15px;
  }
}
.new-feature .feature-tag {
  padding: 12px;
  border-radius: 20px;
  background: #F4B507;
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 14px */
  text-transform: uppercase;
  margin-bottom: 12px;
  display: flex;
}
.new-feature .feature-title {
  margin-top: 0;
  color: #FFF;
  font-family: "Inter", sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 116%; /* 32.48px */
  letter-spacing: -0.56px;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  margin-bottom: 12px;
}
.new-feature .feature-desc {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  font-family: "Inter", sans-serif;
  color: #9CB4C5;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 116%; /* 18.56px */
  letter-spacing: 0.64px;
}
.new-feature .white-btn {
  width: fit-content;
  padding-left: 35px;
  padding-right: 35px;
  margin-top: 24px;
}
.new-feature .left-area {
  max-width: 680px;
  display: flex;
  flex: 0 auto;
  flex-wrap: wrap;
}
@media (max-width: 1300px) {
  .new-feature .left-area {
    max-width: 100%;
  }
}
.new-feature .content {
  flex: 1;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  color: #9CB4C5;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
  letter-spacing: 0.64px;
}
.new-feature .content p {
  color: #9CB4C5;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
  letter-spacing: 0.64px;
}

/*# sourceMappingURL=vc_new_feature.css.map */
