
.dynamic-icon-text {
  font-family: 'Manrope', sans-serif;
  font-size: 24px; /* H3 24px */
  font-weight: 400; /* Regular Manrope */
  line-height: 1.4;
  color: #333;
  margin: 0;
  text-align:center;
}

.dynamic-icon-text strong {
  font-weight: 700; /* Bold the dynamic part */
}

@media (max-width: 768px) {
  .dynamic-icon-text {
    font-size: 20px;
  }
 