.homefeatured-title {
  text-align: center;
  margin-top: 27px;
  margin-bottom: 18px;
  font-family: 'GothamHTF';
  font-size: 25px;
  text-transform: uppercase;
  color: #000;
  font-weight: 500;
  letter-spacing: 2.2px;
}
  @media (min-width: 480px) {
    .homefeatured-title {
      margin-top: 42px; } }
  @media (min-width: 768px) {
    .homefeatured-title {
      margin-top: 42px;
      margin-bottom: 8px; } }

.lang_ru .homefeatured-title {
  font-family: "GothamHTF", sans-serif; }
