:root {
  --white: white;
  --black: black;
}

.hero-stack {
  background-color: #fff;
  border-bottom: 1px #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper-two {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.margin-bottom-24px {
  flex: 0 auto;
  margin-bottom: 24px;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  flex-flow: row;
  flex: 1;
  order: 0;
  align-self: flex-start;
  align-items: stretch;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
  display: flex;
  position: static;
}

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

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

.hero-image {
  width: 100%;
  margin-top: 50px;
}

.heading {
  width: 100%;
  display: block;
}

.button {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #009688;
  flex-flow: row;
  flex: 0 auto;
  order: 0;
  align-self: flex-start;
  align-items: stretch;
  margin-top: 58px;
  margin-right: 47px;
  padding: 12px 25px;
  font-family: PT Sans, sans-serif;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
  display: flex;
  position: static;
}

.button:hover {
  color: #fff;
  background-color: #03c3b2;
}

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

.button-primary-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  flex: 0 auto;
  align-self: center;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
  display: flex;
}

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

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

.div-block {
  align-self: center;
  margin-top: 0;
  margin-bottom: 140px;
  padding-left: 0;
  display: flex;
}

.div-block-2 {
  align-self: center;
  margin-top: 20px;
  padding-left: 0;
  display: flex;
}

.image {
  margin-left: 60px;
}

.div-block-1-5 {
  align-self: center;
  margin-top: 40px;
  padding-left: 0;
  display: flex;
}

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

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

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


