.box--vacancies--learn-why {
  background-color: #050014;
  background-position: 50% 50%;
  background-size: cover;
}
.box--vacancies--learn-why .box-content {
  position: relative;
}
.box--vacancies--learn-why .box-content .title .end-title {
  padding-left: 133px;
}
.box--vacancies--learn-why .box-content .btn {
  font-size: 14px;
  font-weight: 600;
  min-width: 400px;
  width: 100%;
  min-height: 72px;
  text-transform: uppercase;
  letter-spacing: 1.2px;
}
@media screen and (max-width: 1024px) {
  .box--vacancies--learn-why .box-content {
    position: relative;
  }
  .box--vacancies--learn-why .box-content .title .end-title {
    padding-left: 0;
    max-width: 530px;
    margin-left: auto;
  }
  .box--vacancies--learn-why .box-content .wrap-btn {
    margin-top: 40px;
    text-align: center;
  }
  .box--vacancies--learn-why .box-content .wrap-btn .btn {
    margin: 0 auto;
  }
}
@media screen and (max-width: 576px) {
  .box--vacancies--learn-why .box-content .title .end-title {
    max-width: 238px;
  }
  .box--vacancies--learn-why .box-content .wrap-btn .btn {
    min-width: 100%;
  }
}
/*# sourceMappingURL=index.css.map */