.ttg-why-register {
  position: relative;
  width: 100%;
  padding: 28px 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
}
.ttg-why-register__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.ttg-why-register__container {
  position: relative;
  max-width: 774px;
  margin: 0 auto;
  padding: 0 16px;
  z-index: 2;
}
.ttg-why-register__content {
  margin: 0 auto;
  text-align: center;
}
.ttg-why-register__icon {
  margin-bottom: 20px;
}
.ttg-why-register__title {
  font-size: 48px;
  font-weight: 600;
  margin-bottom: 20px;
}
.ttg-why-register__description {
  font-size: 20px;
  line-height: 1.5em;
}
@media (max-width: 767px) {
  .ttg-why-register {
    padding: 42px 0;
  }
  .ttg-why-register__icon img {
    width: 70px;
    height: auto;
  }
  .ttg-why-register__title {
    font-size: 30px;
  }
  .ttg-why-register__description {
    font-size: 14px;
  }
}

/*# sourceMappingURL=why-register.css.map*/