<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.strength-sec {
  padding-bottom: 10em;
  font-size: 1rem;
}

.strength-sec__body {
  margin-top: 5em;
}

@media screen and (min-width: 768px) {
  .strength-sec__body {
    margin-top: 7.4em;
  }
}

@media screen and (min-width: 768px) {
  .strength-sec__list {
    display: flex;
    justify-content: space-between;
  }
}

.strength-sec__list-item {
  flex-basis: 31.818181%;
  max-width: 300px;
  margin-right: auto;
  margin-left: auto;
}

.strength-sec__list-item:not(:first-child) {
  margin-top: 3em;
}

@media screen and (min-width: 768px) {
  .strength-sec__list-item:nth-child(n) {
    margin: 0;
  }
}

.strength-sec__bottom {
  margin-top: 5em;
}

.strength-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding-top: 3em;
  padding-bottom: 3em;
  background: #f2f2f2;
  font-size: 1rem;
}

.strength-card__img {
  min-height: 1px;
}

.strength-card__text {
  margin-top: 0.611111111em;
  color: #202F55;
  font-size: 1.8em;
  font-weight: 700;
  line-height: 1.91667;
  text-align: center;
}

.strength-card__text::after {
  display: block;
  width: 5.5555555em;
  height: 3px;
  margin-right: auto;
  margin-left: auto;
  background: #202F55;
  content: '';
}

.strength-card__bottom {
  width: 18em;
  margin-top: 2em;
  margin-right: auto;
  margin-left: auto;
}

.strength-card__link {
  display: block;
  border: 1px solid #000;
  font-size: 1.8em;
  font-weight: 700;
  line-height: 2.22222;
  text-align: center;
  text-transform: uppercase;
  transition: color 0.4s, background-color 0.4s;
}

.strength-card__link:hover {
  border-color: #202F55;
  background: #202F55;
  color: #fff;
  transition: color 0.4s, background-color 0.4s;
}
</pre></body></html>