.hero {
  padding-top: 75px;
  padding-bottom: 36px;
  width: 100%;
}
.hero__btn {
  width: 230px;
  color: #4C57FF;
}
.hero__title {
  font-weight: 600;
  font-size: 68px !important;
}
.hero__title:last-child {
  margin-bottom: 0 !important;
}
.hero__subtitle {
  font-size: clamp(22px, 4vw, 23px);
  color: rgba(14, 17, 34, 0.6);
  margin-bottom: 0;
}
.hero__text {
  font-size: 23px;
  margin-bottom: 0;
  margin-top: 1rem;
}
@media (max-width: 1499px) {
  .hero br {
    display: none;
  }
}
@media (max-width: 767px) {
  .hero {
    padding-top: 55px;
    padding-bottom: 50px;
  }
  .hero__title {
    font-size: 42px !important;
    margin-bottom: 15px !important;
  }
  .hero__text {
    font-size: 16px;
  }
  .hero__content-right {
    margin-top: 15px;
  }
}