.hero-without-image {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 80px 30px;
  border-bottom: 1px solid #e4ebf3;
  background-color: #252422;
}

.container {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 100%;
  margin: auto;
  text-align: center;
}

.hero-wrapper-two {
  position: static;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: block;
  width: 100%;
  height: 100%;
  max-width: 100%;
  margin: auto;
  padding: 0px;
  float: none;
  clear: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  -o-object-fit: fill;
  object-fit: fill;
}

.margin-bottom-24px {
  margin-bottom: 24px;
}

.button-primary {
  padding: 12px 25px;
  background-color: #1a1b1f;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.button-primary:hover {
  background-color: #32343a;
  color: #fff;
}

.button-primary:active {
  background-color: #43464d;
}

.heading {
  font-family: Montserrat, sans-serif;
  color: #cacaca;
  font-size: 21px;
  line-height: 27px;
}

.body {
  height: 100%;
}

.image {
  position: static;
  display: inline-block;
  margin: 103px auto auto;
}

@media screen and (max-width: 991px) {
  .container {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .hero-without-image {
    padding: 60px 15px;
  }
}

@media screen and (max-width: 479px) {
  .container {
    max-width: none;
  }

  .heading {
    font-size: 16px;
  }
}