.expertises {
  text-align: center;
  padding: 50px 0 60px;
}

.expertises__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.expertises__list > * + * {
  margin-top: 12px;
}

.expertises__item {
  color: rgba(255, 255, 255, 0.5);
  font-size: clamp(28px, calc(1.41vw + 22.92px), 50px);
  font-family: NeueMachina, sans-serif;
  line-height: 1.1;
  font-weight: 500;
}

.expertises__item a {
  text-decoration: none;
  color: inherit;
}

.expertises__item a:hover, .expertises__item a:hover span{
  color: #fff;
}

.expertises .btn-animate-chars {
  display: inline;
  max-width: none;
  padding: 0;
}

.expertises .btn-animate-chars__text {
  line-height: 1.1;
}

@media(max-width: 768px){
  .expertises .btn-animate-chars {
    font-size: 0.7em;
  }
}