.text-strip__description {
  color: #103263;
  font-size: 20px;
  letter-spacing: -0.1px;
  margin: 0;
  font-weight: 500;
}
.text-strip__description strong {
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 2px;
}

@media (max-width: 980px) {
  .text-strip__description {
    font-size: 13px;
    letter-spacing: -0.065px;
  }
}