.landing-not-bg {
  padding-top: 70px;
  padding-bottom: 60px;
  text-align: center;
}

.landing-not-bg__title {
  margin-bottom: 20px;
  font-weight: normal;
  text-transform: uppercase;
}

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

.landing-not-bg__button:hover {
  background-color: #1a8bb2;
  color: white;
}
