.lokem-button {
  border: none !important;
  border-radius: 5px !important;
}
.paddingBottom {
  padding-bottom: 30px;
}
.lokem-headers {
  font-family: "Lokem-Lighter";
  font-size: 60px;
}
.find-out-more-nav {
  background: #cba53c;
  color: #fff;
  font-size: 18px;
  border: none;
  border-radius: 5px;
  font-family: Lokem-Medium;
  cursor: pointer;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  text-decoration: none;
}

@media (max-width: 995px) {
  .paddingBottom {
    padding-bottom: 0px;
  }
  .lokem-headers {
    font-family: "Lokem-Lighter";
    font-size: 40px;
  }
}
