.tpc-slider .heading h2,
.tpc-slider .heading .defaultTitle {
  font-size: 30px;
  letter-spacing: 0.1px;
}
@media screen and (max-width: 767px) {
  .tpc-slider .heading h2,
  .tpc-slider .heading .defaultTitle {
    font-size: 22px;
    line-height: 22px;
  }
}
.tpc-slider__wrap {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}
.tpc-slider__wrap .container {
  padding: 100px 0 0 0;
}
.tpc-slider__wrap .tpc-slider__slide {
  display: none;
  justify-content: center;
  margin-bottom: 20px;
}
.slick-initialized .tpc-slider__slide {
  display: flex;
}
.tpc-slider__slide--img---wrap {
  max-width: 190px;
  width: 100%;
  height: 130px;
  position: relative;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px dotted #ccc;
  background-color: #fff;
  overflow: hidden;
}
.tpc-slider__slide--img---wrap a {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.tpc-slider__slide--img {
  max-width: 80%;
  overflow: hidden;
}
.tpc-slider .container {
  max-width: 1280px;
  flex-direction: column;
}
.main-dots {
  display: flex;
  justify-content: center;
  padding: 40px 0;
}
.main-dots li {
  position: relative;
  height: 10px;
  padding: 0;
  cursor: pointer;
}
.main-dots li :nth-child(n+7) {
  margin-top: 10px;
}
.main-dots li:before {
  content: '';
  display: block;
  width: 19px;
  height: 18px;
  background: url("../img/all/dots.png") no-repeat;
}
.main-dots li:hover {
  cursor: pointer;
}
.main-dots li:nth-child(odd) {
  top: 9px;
}
.main-dots li:nth-child(1),
.main-dots li:nth-child(3),
.main-dots li:nth-child(5) {
  top: 9px;
}
.main-dots li button {
  background-color: transparent;
  font-size: 10px;
  color: transparent;
}
.main-dots .slick-active:before {
  content: '';
  display: block;
  width: 19px;
  height: 18px;
  background: url("../img/all/dots-active.png") no-repeat;
}
.tpc-slider.general-partners,
.tpc-slider.partners-committee,
.media-partners.tpc-slider {
  background-color: #f0f2f4;
}
@media screen and (max-width: 767px) {
  .tpc-slider.general-partners .media-partners.tpc-slider,
  .tpc-slider.partners-committee .media-partners.tpc-slider,
  .media-partners.tpc-slider .media-partners.tpc-slider {
    background-color: #fff;
  }
}
