.content.g-header {
  width: 100%;
}
.grizzly-tp #wrapper {
  padding-top: 40px;
}

.gtp .container {
  margin: auto;
  width: 75%;
}

.gtp {
  margin-top: 3em;
}

.usps {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  border: 1px solid white;
  border-radius: 5px;
  padding: 25px;
  font-size: 23px;
  font-weight: 500;
  margin-bottom: 30px;
}

span.checkmark {
  color: limegreen;
  font-size: 28px;
}

.cta {
  border: 1px solid white;
  border-radius: 5px;
  padding: 30px;
  text-align: center;
}

.cta p {
  font-size: 1.2rem;
  line-height: 1.4;
  letter-spacing: 0.3rem;
  font-weight: 600;
}
.cta-a-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-items: center;
}

a.cta-a {
  background: white;
  color: #0a1e32;
  padding: 10px 40px;
  border-radius: 5px;
  border: 1px solid white;
  font-weight: 600;
}

a.cta-a:hover {
  background: transparent;
  color: white;
}

.image-con {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 100%;
  justify-content: space-between;
  margin: 40px 0px;
}

.image-con img {
  width: auto;
}

.gtp span a {
  text-decoration: underline;
  border-bottom: none;
}
.cta {
  margin: 40px 0px;
}
.gtp span a:hover {
  color: #a0a0ff;
}
.image-con img {
  height: auto;
}

@media only screen and (max-width: 768px) {
  .image-con img {
    width: 100%;
  }

  .image-con {
    gap: 30px;
  }
}
@media only screen and (max-width: 425px) {
  .gtp .container {
    width: 94%;
  }

  .cta-a-flex {
    gap: 30px;
  }

  a.cta-a {
    width: 100%;
  }
}

.gtp p {
  font-size: 22px;
}
