.content-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 24px;
  width: 100%;
}

.hero {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  background: #19374a;
  color: white;
  min-height: 400px;
  width: 100vw;
  margin-bottom: 96px;
}

.hero h1 {
  padding: 0px;
  margin-bottom: 0px;
  font-weight: 600;
  font-size: 60px;
  line-height: 72px;
  letter-spacing: -0.02em;
}

.hero p {
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  max-width: 50%;
}

.two-col-grid img {
  width: 100%;
}

.three-col-grid img {
  width: 100%;
}

.three-col-grid {
  display: grid;
  grid-gap: 24px;
  grid-template-columns: repeat(3, 1fr);
}

@media (max-width: 600px) {
  .three-col-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}

.elementor-icon-box-title {
  margin-bottom: 8px !important;
  margin-top: 0px !important;
  font-weight: 600 !important;
  font-size: 30px !important;
  line-height: 38px !important;
  color: #10171c !important;
}

.header {
  text-align: center;
  margin-bottom: 60px;
}

.header-title {
  margin: 0 !important;
  margin-bottom: 20px !important;
}

.header-eyebrow {
  margin: 0 !important;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 12px;
}

.link-cta {
  display: flex;
  justify-content: center;
  text-align: center;
  margin-top: 65px;
  margin-bottom: 96px;
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
}

.link-cta span {
  margin-left: 12px;
}

.link-cta a {
  transition: color 0.3s ease;
  display: flex;
}

.link-cta:hover a {
  color: #00c807;
}

.two-col-grid {
  display: flex;
  gap: 96px;
  flex-direction: row;
  margin-bottom: 96px;
  margin-top: 96px;
}

.content-block {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 50%;
}

@media (max-width: 600px) {
  .two-col-grid {
    flex-direction: column;
    gap: 24px;
  }
  .content-block {
    width: 100%;
  }
}

.content-block ul,
.content-block ol {
  padding: 0px;
}

.content-block ul {
  list-style: none;
}

.content-block li {
  align-items: flex-start;
  justify-content: flex-start;
  display: flex;
  margin-bottom: 20px;
}

.content-block li span {
  display: inline-block;
}

.content-block ul li::before {
  content: "";
  display: inline-block;
  position: relative;
  background-image: url("../svg/check.svg");
  height: 24px;
  width: 24px;
  background-size: cover;
  margin-right: 12px;
  flex-shrink: 0;
}

.content-block .link-cta {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-align: left;
  margin-top: 32px;
}

.content-block .link-cta span {
  height: 32px;
}

.content-block h2 {
  margin: 0px;
  font-weight: 600;
  font-size: 30px;
  line-height: 38px;
}
