.usps {
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  font-weight: 600;
}

.g-tp a {
  color: blue;
}

span.checkmark {
  color: #ff0825;
  font-size: 23px;
}

.cta {
  background: #ff0825;
  color: white;
  padding: 42px 20px;
  border-radius: 10px;
}

.cta-blok {
  display: flex;
  justify-content: space-around;
}

a.cta-a {
  background: black;
  border-radius: 5px;
  padding: 12px 32px;
  text-decoration: none;
  font-size: 17px;
  color: white;
  transition: all 0.2s ease-in-out;
}

a.cta-a:hover {
  background-color: white;
  color: black;
}

.cta p {
  text-align: center !important;
  font-size: 23px !important;
  margin-top: 0px;
}

.g-tp p,
.g-tp ul {
  font-size: 16px;
  text-align: left;
}

.g-tp h3 {
  margin-top: 30px;
  font-size: 18px;
}

.g-tp h3,
.g-tp h2,
.g-tp h1 {
  text-align: left;
}
