.mw-260{
  max-width: 260px;
}
.wom .tns-slider>.tns-item {
  height: auto;
}
.wom .slide-controls {
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: max-content;
  pointer-events: none;
}
.wom .slide-controls button{
  width: 20px;
  height: 20px;
  pointer-events: auto;
}
.wom .tns-tabs, 
.wom .tns-nav {
  position: absolute;
  display: flex;
  justify-content: center;
  margin: 0 !important;
  background-color: transparent;
  padding: 0;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
  pointer-events: none;
}
.wom .tns-nav button{
  width: 100px;
  height: 50px;
  border: none;
  overflow: hidden;
  background-color: #e9ecef;
  border-top: 4px solid #e9ecef;
  border-radius: 0;
  padding: 0;
  min-height: auto;
  display: block;
  margin: 0 4px;
  outline: none;
  pointer-events: auto;
  font-weight: 700;
  color: #A99AB7;
}
.wom .tns-tabs .tns-tab:hover, 
.wom .tns-tabs .tns-tab.tns-nav-active, 
.wom .tns-nav button:hover, 
.wom .tns-nav .tns-nav-active {
  background-color: #ffffff;
  border-top: 4px solid #E92070;
  color: #E92070;
}
.title-line {
  position: relative;
  text-transform: uppercase;
}
.title-line::before {
  content: '';
  height: 1px;
  background-color: #D8D8D8;
  width: 100%;
  display: block;
  position: absolute;
  top: 1.8rem;
  z-index: -1;
}
.title-line h3 {
  font-size: 1.25rem;
  width: max-content;
  margin: 0 auto;
  background-color: #fff;
  padding: 0 3rem;
  line-height: 1.8rem;
  font-weight: 900;
}
.title-line h3 strong {
  display: block;
  font-size: 2.3125rem;
}
.title-line h3 span {
  color: #DB167A;
}
.title-line h4 {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 2.6rem;
}
.title-line h4 strong {
  color: #DB167A;
  font-weight: 600;
}