.List1Component {
  padding: 3rem 0;
  position: relative;
}
.List1Component h2 {
  position: relative;
}
.List1Component h2:before {
  content: " ";
  position: absolute;
  top: -1rem;
  left: 0;
  width: 2rem;
  border-top: 4px solid #EB1E23;
}
.List1Component:before {
  content: " ";
  position: absolute;
  bottom: 5rem;
  left: 0;
  right: 0;
  background-image: url("/images/svg/graphics_3.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom right;
  height: 20rem;
}
.List1Component .image {
  border-radius: 5px;
  box-shadow: 0 0 48px rgba(0, 0, 0, 0.05);
  display: inline-block;
  background-color: #fff;
  padding-right: 3rem;
  height: 120%;
  margin-left: 25%;
  text-align: center;
  width: 25%;
  z-index: 20;
}
.List1Component .image > img {
  margin-top: 0.4rem;
}
@media (max-width: 991px) {
  .List1Component .image {
    display: block;
    margin-left: 0;
    padding-right: 0;
    width: 100%;
    height: 90%;
  }
  .List1Component .image > img {
    width: 50vw;
  }
}
.List1Component .box {
  width: 60%;
  z-index: 25;
}
@media (max-width: 991px) {
  .List1Component .box {
    width: 100%;
    display: block;
    margin-top: -3rem;
  }
}
.List1Component .box > div {
  padding: 2rem;
  background-color: #113A4E;
  border-radius: 5px;
  color: #FFFFFF;
  display: inline-block;
  box-shadow: 0 0 48px rgba(0, 0, 0, 0.44);
  font-weight: 200;
}
@media (min-width: 992px) {
  .List1Component .box > div {
    margin-left: -3rem;
  }
}
@media (max-width: 991px) {
  .List1Component .box > div {
    width: 100%;
  }
}
.List1Component .box > div p, .List1Component .box > div div {
  font-weight: 200;
  font-size: 0.9rem;
  line-height: 1.3rem;
}
.List1Component .box > div .icons {
  margin-right: 0.6rem;
  width: 1.2rem;
  height: 1.1rem;
  min-width: 1rem;
}
.List1Component .box > div .fleet {
  border: 1px solid #E7ECF5;
  border-radius: 5px;
  -moz-border-radius: 5px;
  float: left;
  padding: 0.5rem 1rem;
}
