.hero {
  font-family: 'TT Norms';
  padding: 20px 0 64px;
}

.hero .row {
  align-items: center;
}

.hero--layout_alpha {

}

.hero--layout_beta .row {
  flex-direction: row-reverse;
}

.hero__content {
  margin-top: 24px;
}


.hero__title {
  color: #2A2C31;
  font-weight: bold;
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 16px;
}

.hero__text {
  color: #2A2C31;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 24px;
}

.hero__image img {
  margin: 0 auto;
  display: block;
}

@media only screen and (max-width: 500px) {
  .hero__buttons .btn {
    display: block;
    text-align: center;
    margin: 0;
  }

  .hero__buttons .btn + .btn {
    margin-top: 8px;
  }
}

@media only screen and (max-width: 1023px) {
  .hero .row {
    flex-direction: column-reverse;
  }
}

@media only screen and (min-width: 1024px) {
  .hero {
    padding: 100px 0;
  }

  .hero__content {
    margin-top: 0;
  }

  .hero--layout_beta .hero__content {
    padding-left: 42px;
  }

  .hero__title {
    font-size: 32px;
    line-height: 40px;
  }

  .hero__text {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 40px;
  }
}
