.kyl_section_switcher .content_wrapper {
  margin-bottom: 30px;
}
.kyl_section_switcher .content_wrapper .switcher {
  border-bottom: 1px solid #E6E6E6;
  position: relative;
}
.kyl_section_switcher .content_wrapper .switcher .switcher_button {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 15px;
  color: #58595B;
  display: inline-block;
  padding: 15px 0;
}
.kyl_section_switcher .content_wrapper .switcher .switcher_button:not(:last-of-type) {
  margin: 0 30px 0 0;
}
.kyl_section_switcher .content_wrapper .switcher .switcher_button.active {
  color: #9F2241;
}
.kyl_section_switcher .content_wrapper .switcher .indicator {
  height: 2px;
  width: 100px;
  background-color: #9F2241;
  position: absolute;
  bottom: 0;
  left: 0;
}
