.BoatInfoComponent {
  padding: 5rem 0;
  position: relative;
}
.BoatInfoComponent h2 {
  position: relative;
}
.BoatInfoComponent h2:before {
  content: " ";
  position: absolute;
  top: -1rem;
  left: 0;
  width: 2rem;
  border-top: 4px solid #EB1E23;
}
.BoatInfoComponent img {
  width: 60%;
  border-radius: 5px;
  z-index: 20;
  display: inline-block;
}
@media (max-width: 991px) {
  .BoatInfoComponent img {
    width: 100%;
    display: block;
  }
}
.BoatInfoComponent .box {
  width: 45%;
  z-index: 25;
}
@media (max-width: 991px) {
  .BoatInfoComponent .box {
    width: 100%;
    display: block;
    margin-top: -3rem;
  }
}
.BoatInfoComponent .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) {
  .BoatInfoComponent .box > div {
    margin-left: -5rem;
  }
}
@media (max-width: 991px) {
  .BoatInfoComponent .box > div {
    width: 100%;
  }
}
.BoatInfoComponent .box > div h3 {
  border-bottom: 1px solid #5B7D8A;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
}
.BoatInfoComponent .box > div p, .BoatInfoComponent .box > div div {
  font-weight: 200;
  font-size: 0.9rem;
  line-height: 1.3rem;
}
.BoatInfoComponent .box > div .icons {
  margin-right: 0.6rem;
  width: 1.2rem;
  height: 1.1rem;
  min-width: 1rem;
}
.BoatInfoComponent .box > div .fleet {
  border: 1px solid #E7ECF5;
  border-radius: 5px;
  -moz-border-radius: 5px;
  float: left;
  padding: 0.5rem 1rem;
}
