.textCard {
  padding: 32px;
  border-radius: 16px;
}

.textCard h1 {
  color: #003057;
}

.textCard P {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 27px;
}

.textCard P strong {
  font-size: 18px;
  line-height: 27px;
}

@media (max-width: 768px) {
  .textCard P {
    font-size: 16px;
    line-height: 24px;
  }
}