.SectionsList {text-align: center; padding-top: 10px;}

/* Минималистичный современный стиль */
.CatListDesc {
  font-family: "Poppins", "Segoe UI", Roboto, sans-serif;
  font-size: 1.3rem;
  font-weight: 600;
  text-transform: uppercase;
  color: #091014;               /* глубокий нейтральный чёрный */
  transition: color 0.25s ease, transform 0.25s ease;
    display:inline;
    display:inline-block;
    margin-top: 3px;
}

.CatListDesc:hover {
  color: #091014;               /* аккуратный тёмно-красный акцент */
  transform: translateY(-1px);
}



.CatListNamed {text-decoration: underline; }


.ElementVideo { text-align: center; margin-bottom: 25px; }
@media (max-width: 728px) {
.ElementVideo { position: relative; padding-bottom: 56.25%;  padding-top: 30px;  height: 0;  overflow: hidden; }
.ElementVideo iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%;}
}