.landing-article {
  padding-top: 70px;
  padding-bottom: 60px;
  position: relative;
  text-align: center;
}

.landing-article:before {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #1c1c1c;
  content: "";
  display: block;
  height: 100%;
  opacity: 0.5;
  width: 100%;
  z-index: -1;
}

.landing-article__bg {
  position: absolute;
  top: 0;
  left: 0;
  background-position: center;
  background-size: cover;
  height: 100%;
  width: 100%;
  z-index: -2;
}

.landing-article__title {
  margin-bottom: 20px;
  color: white;
  font-weight: normal;
  text-transform: uppercase;
}

.landing-article__text {
  color: #f1f1f1;
}

.landing-article__button {
  margin-right: 5px;
  margin-bottom: 10px;
  margin-left: 5px;
  padding-right: 15px;
  padding-left: 15px;
  border: 2px solid white;
  border-radius: 30px;
  color: white;
  display: inline-block;
  font-weight: bold;
  text-decoration: none;
  line-height: 40px;
}

.landing-article__button:hover {
  background-color: white;
  color: #455c7b;
}
