/* ----------------------------------------------------------------------------------------------------------- */
.dp-header__bold-text {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 3.5px;
}

.dp-header__text {
  font-weight: bold;
}

/*iPhone 6/7/8/plus, XR, 11, X, 12 and 11.*/
@media (max-width: 480px) {
  .dp-header__bold-text {
      max-width: 100%;
  }
}