body {
  /*font-family: "Helvetica Neue", sans-serif;*/
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  background-color: #1b7899;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0 0 0 70px;
}
.lp-frame {
  display: flex;
}
.lp-frame-header {
  font-family: "Inter", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 1.0rem;
  line-height: normal;
  margin-bottom: 3%;
  color: #ffffff;
}
.lp-frame-header__title {
  margin-right: -35px;
}
.lp-frame-body,
.lp-frame-body p {
  font-size: 0.8rem;
  font-weight: 400;
  color: #ffffff;
}
.lp-frame-body a.fdc-button {
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 24px;
  color: #ffffff;
  height: 56px;
  background: #f45c3a;
  border-radius: 16px 4px;
  text-align: center;
  display: inline-block;
  padding: 15px 18px 18px 18px;
  cursor: pointer;
  -webkit-transition: scale 0.3s;
  -o-transition: scale 0.3s;
  transition: scale 0.3s;
  text-decoration: none;
}
.lp-frame-body a.fdc-button:hover {
  transform: scale(1.05);
  text-decoration: none;
}
.col-image img {
  width: 100%;
  max-width: 350px;
  margin-left: -10%;
  margin-top: 20%;
}
