.current-template h3 {
  color: var(--home_settings_color);
  font-size: 20px;
  text-align: center;
}

@media (min-width: 1367px) {
  .current-template h3 {
    font-size: 40px;
  }
}

@media (max-height: 375px) {
  .current-template h3 {
    max-width: 120px;
  }
}
