.list-of-manufacturers {
  padding-top: 50px;
  padding-bottom: 75px;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 1366px) {
  .list-of-manufacturers {
    padding-top: 45px;
  }
}
@media screen and (max-width: 1023px) {
  .list-of-manufacturers {
    padding-top: 30px;
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .list-of-manufacturers {
    padding-top: 15px;
  }
}
.list-of-manufacturers-title {
  padding-bottom: 45px;
}
@media screen and (max-width: 1023px) {
  .list-of-manufacturers-title {
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .list-of-manufacturers-title {
    padding-bottom: 15px;
  }
}
.list-of-manufacturers-group-title {
  display: block;
  padding: 7px 0;
  border-top: solid 1px var(--e-global-color-primary);
  border-bottom: solid 1px var(--e-global-color-primary);
}
.list-of-manufacturers-group ul {
  padding: 23px 0 20px;
  list-style: none;
  columns: 2;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .list-of-manufacturers-group ul {
    columns: 1;
  }
}
.list-of-manufacturers-group li {
  margin-bottom: 20px;
}
.list-of-manufacturers-group li:last-of-type {
  margin-bottom: 0;
}
.list-of-manufacturers-group li a {
  color: var(--e-global-color-primary);
  width: max-content;
  border-bottom: solid 1px var(--e-global-color-primary);
  transition: border-bottom 0.1s ease;
  font-size: 20px;
  line-height: 26px;
  font-weight: 700;
}
.list-of-manufacturers-group li a:hover {
  text-decoration: none;
  border-bottom: solid 1px transparent;
}
.list-of-manufacturers-group li span {
  color: var(--e-global-color-primary);
  width: max-content;
  font-size: 20px;
  line-height: 26px;
  font-weight: 700;
}
h2.list-of-manufacturers-group-title {
  font-size: 45px;
  line-height: 45px;
  padding-top: 17px;
}
/*# sourceMappingURL=https://gf.tdgrepo.com/wp-content/plugins/tdg-elementor-plugin/widgets/tdg-list-of-manufacturers/css/tdg-list-of-manufacturers.css.map */