@media screen and (min-width: 1025px) {
  .futures-hero{
    padding-top: 208px;
  }
}

@media screen and (max-width: 1900px) {
  .futures-hero-person{
    top: 95px;
  }

  .futures .buy-course__right{
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
    text-align: center;
  }

  .futures .buy-course__old{
    margin: 4px auto 0 !important;
  }
}