.section-combats-detail {
  padding: 25px 0 50px;
}

.section-combats-detail .combats {
  float: left;
  vertical-align: top;
  width: 100%;
  /*margin-top: 150px;*/
  /*transition: all 0.25s ease-in-out;*/
}
.scrolled .section-combats-detail .combats {
  width: 100%;
  /*margin-top: 100px;*/
}

.section-combats-detail .combats .combat {
  position: relative;
  width: 100%;
  padding: 10px 50px 20px;
}
.section-combats-detail .combats .combat::before {
  content: '';
  position: absolute;
  top: 20px;
  left: 5px;
  bottom: -20px;
  width: 1px;
  border-left: 1px dashed #dcdcdc;
}
.section-combats-detail .combats .combat:last-child::before {
  border: none;
}
.section-combats-detail .combats .combat::after {
  content: '';
  position: absolute;
  top: 20px;
  left: 0;
  height: 10px;
  width: 10px;
  background-color: #df5952;
  border-radius: 50%;
}

.section-combats-detail .combats .combat h2 {
  margin-bottom: 15px;
  font-family: 'interstateCond';
  font-weight: 300;
  font-size: 24px;
  color: #484848;
  cursor: pointer;
}

.section-combats-detail .combats .combat p {
  line-height: 26px;
  font-family: 'interstate';
  font-weight: 300;
  font-size: 18px;
  color: #484848;
}
