﻿.global_main-contents .global_main-contents__sub-section.segment_area {
  margin-top: 0;
  padding: 60px 0;
}
.segment_area:nth-child(odd) {
  background-color: #fafafa;
}
.segment_area .module_headline3__heading {
  padding-left: 15px;
}

.segment_area:nth-of-type(1) .module_headline3__heading {
  border-left: solid 5px #007ac3;
}
.segment_area:nth-of-type(2) .module_headline3__heading {
  border-left: solid 5px #19b9cd;
}
.segment_area:nth-of-type(3) .module_headline3__heading {
  border-left: solid 5px #ea5442;
}
.segment_area:nth-of-type(4) .module_headline3__heading {
  border-left: solid 5px #e95283;
}
.segment_area:nth-of-type(5) .module_headline3__heading {
  border-left: solid 5px #8fc43d;
}
.segment_area:nth-of-type(6) .module_headline3__heading {
  border-left: solid 5px #ffe33b;
}
.segment_area:nth-of-type(7) .module_headline3__heading {
  border-left: solid 5px #f6ad3a;
}

.flex_box-2column--reverse .module_headline3 {
  margin-top: 0;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .flex_box-2column--reverse .module_headline3 .module_headline3__heading {
    font-size: 1.5rem;
    line-height: 1.3em;
  }
}
@media screen and (max-width: 767px) {
  .global_main-contents .global_main-contents__sub-section.segment_area {
    margin-top: 0;
    padding: 40px 0;
  }
  .flex_box-2column--reverse {
    display: block;
  }
  .flex_box-2column--reverse .module_headline3 {
    margin-top: 20px;
  }
}