.content-container {
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -webkit-box-pack: end;
          justify-content: flex-end;
  -ms-flex-pack: flex-end;
}

#marketing-student-become-a-tutor-ad {
  padding-top: 25vh;
  padding-bottom: 160px;
}

@media (min-width: 1701px) {
  #marketing-student-become-a-tutor-ad {
    padding-bottom: 100px;
  }
}

#marketing-student-become-a-tutor-ad .h2-heading {
  -webkit-animation: neon1 1.5s ease-in-out infinite alternate;
  animation: neon1 1.5s ease-in-out infinite alternate;
  max-width: 640px;
}

#marketing-student-become-a-tutor-ad .content-text {
  max-width: 800px;
}

#marketing-student-become-a-tutor-ad .btn-ghost-dark {
  height: 46px;
}

@-webkit-keyframes neon1 {
  from {
    text-shadow: 0 0 8px #00FFFF, 0 0 16px #00FFFF, 0 0 24px #00FFFF;
  }
  to {
    text-shadow: 0 0 4px #00FFFF, 0 0 8px #00FFFF, 0 0 16px #00FFFF;
  }
}

@keyframes neon1 {
  from {
    text-shadow: 0 0 8px #00FFFF, 0 0 16px #00FFFF, 0 0 24px #00FFFF;
  }
  to {
    text-shadow: 0 0 4px #00FFFF, 0 0 8px #00FFFF, 0 0 16px #00FFFF;
  }
}
/*# sourceMappingURL=marketing_student_become_a_tutor.css.map */