.strategy-points ul li:before {
  content: "";
  position: absolute;
  left: -32px;
  top: 3px;
  background-image: url(/wp-content/themes/modeln/product/images/small_checkmark.svg);
  background-repeat: no-repeat;
  height: 18px;
  width: 18px;
  background-size: contain;
}

.white-bg {
  background: #fff;
  z-index: 2;
  position: relative;
}

.strategy-inner {
  display: flex;
  flex-direction: column;
  gap: 72px;
}

.customsection .strategy-inner {
  gap: 40px;
}

.strategy-content {
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: center;
}

section#strategy {
  padding: 96px 20px;
}

.strategy-content h6 {
  color: #027aac;
  font-family: Univers LT Std;
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 2.6px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 0px;
}

.strategy-content h2 {
  font-family: "Univers LT Std" !important;
  font-weight: 400 !important;
  font-size: 45px !important;
  line-height: 62px !important;
  letter-spacing: 0.26px;
  text-align: center;
  color: #414141;
  max-width: 800px;
  width: 100%;
  margin-bottom: 0px;
}

.strategy-content p {
  font-family: "Univers LT Std" !important;
  font-weight: 300 !important;
  font-size: 24px !important;
  line-height: 39px !important;
  letter-spacing: 0.07px;
  text-align: center;
  color: #414141;
  margin-bottom: 0px;
  max-width: 840px;
  width: 100%;
}

.strategy-cards .flex-col {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  align-items: stretch;
}

.strategy-cards .flex-col .inner-card {
  background: #f6fafc;
  padding: 40px 32px;
  border: 1px solid #e6eef5;
  display: flex;
  flex-direction: column;
  gap: 24px;
  border-radius: 12px;
}

.strategy-cards .flex-col .inner-card:hover {
  box-shadow: 0px 5px 20px 0 rgb(0 0 0 / 12%);
  transition: 0.2s ease-in-out;
}

.top-part {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}

#strategy .icon-img {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: linear-gradient(126.49deg, #08a7b2 -0.61%, #027aac 71.26%);
  min-width: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.icon-img img.strategy-icon {
  width: auto;
  height: 28px;
}

p.detail {
  font-family: "Univers LT Std" !important;
  font-weight: 300 !important;
  font-size: 16px !important;
  line-height: 26px !important;
  letter-spacing: 0px;
  color: #414141bf;
  margin-bottom: 0px;
}

h3.value {
  font-family: "Univers LT Std" !important;
  font-weight: 400 !important;
  font-size: 30px !important;
  line-height: 36px !important;
  letter-spacing: 0.4px;
  color: #414141;
  margin-bottom: 8px;
}

.strategy-points {
  padding-top: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  border-top: 1px solid #e3eff8;
}

.strategy-points h6 {
  font-family: "Univers LT Std";
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.55px;
  text-transform: uppercase;
  color: #0069aa;
}

.strategy-points ul li {
  position: relative;
  list-style: none;
  padding-bottom: 12px;
  font-family: Univers LT Std !important;
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 24px !important;
  letter-spacing: -0.31px;
  color: #414141;
}

.strategy-points ul li:last-child {
  padding-bottom: 0px;
}

.strategy-points ul {
  margin-bottom: 0px;
}

@media (max-width: 767px) {
  section#strategy {
    padding: 40px 20px;
  }

  .strategy-cards .flex-col {
    grid-template-columns: repeat(1, 1fr);
  }

  .icon-img {
    min-width: 48px;
    width: 48px;
    height: 48px;
  }

  .strategy-content h2 {
    font-size: 24px !important;
    line-height: 32px !important;
  }

  .strategy-content h6 {
    font-size: 12px !important;
    line-height: 16px !important;
  }

  .strategy-content p {
    font-size: 16px !important;
    line-height: 26px !important;
  }

  h3.value {
    font-size: 20px !important;
    line-height: 28px !important;
  }

  p.detail {
    font-size: 14px !important;
    line-height: 20px !important;
  }

  .strategy-points ul li {
    font-size: 14px !important;
    line-height: 20px !important;
  }
}
