.List2Component {
  padding: 3rem 0;
  position: relative;
}
.List2Component h2 {
  position: relative;
}
.List2Component h2:before {
  content: " ";
  position: absolute;
  top: -1rem;
  left: 0;
  width: 2rem;
  border-top: 4px solid #EB1E23;
}
.List2Component .boxin {
  padding: 2rem;
  background-color: #113A4E;
}
.List2Component .boxin .text {
  color: #FFFFFF;
}
.List2Component .boxin .text h5 {
  color: #FFFFFF;
}
.List2Component .boxin .text p {
  font-weight: 300;
  line-height: 1.4rem;
}
