.voting-groups {
  position: relative;
  padding-top: 25px !important;
  padding-bottom: 140px !important;
  background-image: url("img/bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.voting-groups__title {
  color: var(--white, #FFF);
  font-family: TT Runs, sans-serif;
  font-size: 80px;
  font-style: normal;
  font-weight: 700;
  width: 100%;
  text-align: center;
  margin-bottom: 24px;
  line-height: normal;
  text-transform: uppercase;
}
.voting-groups__tab-content {
  width: 100%;
}

@media (max-width: 1030px) {
  .voting-groups__title {
    font-size: 60px;
    line-height: 81px;
  }
}
@media (max-width: 768px) {
  .voting-groups__title {
    font-size: 50px;
    line-height: 67px;
  }
}
@media (max-width: 640px) {
  .voting-groups {
    padding-bottom: 40px !important;
  }
}
@media (max-width: 500px) {
  .voting-groups__title {
    font-size: 30px;
    line-height: 40px;
  }
}