.stay-in-touch-description {
  font-size: 20px;
  line-height: 30px;
}
.partners-tabs-module .tabs {
  position: relative;
}
.tabs::-webkit-scrollbar {
  display: none;
}
.tabs {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}
.partners-tabs-module .tabs:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #f9f9f9;
  height: 100%;
  width: 100vw;
}
.partners-tabs-module .tab {
  position: relative;
  font-weight: 300;
  font-size: 20px;
  line-height: 30px;
  padding-bottom: 10px;
  display: inline-block;
  margin-right: 32px;
  color: #302A2C;
  cursor: pointer;
  white-space: nowrap;
}
.partners-tabs-module .tab.active {
  color: #245251;
}
.partners-tabs-module .tab.active:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  height: 4px;
  width: 100%;
  background: #387A6E;
}
.partners-tabs-module .slides-wrap {
  padding-top: 64px;
  padding-bottom: 128px;
}
.partners-tabs-module .slide-content p {
  font-size: 32px;
  line-height: 42px;
}
.partners-tabs-module .slide-content br {
  display: block;
  margin-bottom: 24px;
  content: '';
  line-height: 24px;
}
.partners-tabs-module .slide-partners h3 {
  margin-bottom: 6px;
} 
.partners-tabs-module .slide-partners a {
  display: block;
  margin-bottom: 6px;
  text-decoration: none;
  font-size: 20px;
  line-height: 30px;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .partners-tabs-module .tabs {
    max-height: 40px;
    width: 100vw;
    background: #f9f9f9;
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
    overflow-x: scroll;
  }
  .partners-tabs-module .tab {
    font-size: 20px;
    line-height: 30px;
  }
  .partners-tabs-module .slides-wrap {
    padding-top: 48px;
    padding-bottom: 64px;
  }
  .partners-tabs-module .slide-content {
    margin-bottom: 16px;
  }
  .partners-tabs-module .slide-content p {
    font-size: 24px;
    line-height: 34px;
  }
}