.BoatImageTextComponent {
  padding: 5rem 0;
  position: relative;
}
.BoatImageTextComponent:before {
  content: " ";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("/css/images/icons/boat_3.svg");
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: 30vw;
}
.BoatImageTextComponent h2 {
  position: relative;
}
.BoatImageTextComponent h2:before {
  content: " ";
  position: absolute;
  top: -1rem;
  left: 0;
  width: 2rem;
  border-top: 4px solid #EB1E23;
}
.BoatImageTextComponent img {
  width: 65%;
  border-radius: 5px;
  z-index: 20;
  display: inline-block;
}
@media (max-width: 991px) {
  .BoatImageTextComponent img {
    width: 100%;
  }
}
.BoatImageTextComponent .box {
  width: 35%;
  z-index: 25;
  padding-top: 2rem;
  padding-bottom: 2rem;
  height: 100%;
}
@media (max-width: 991px) {
  .BoatImageTextComponent .box {
    width: 100%;
  }
}
.BoatImageTextComponent .box > div {
  height: 100%;
  padding: 2rem;
  margin-left: -5rem;
  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 (max-width: 991px) {
  .BoatImageTextComponent .box > div {
    margin-left: 0;
    margin-top: -3rem;
  }
}
.BoatImageTextComponent .box > div h2 {
  color: #FFFFFF;
  padding-bottom: 1rem;
}
.BoatImageTextComponent .box > div h2:before {
  content: " ";
  position: absolute;
  top: -1rem;
  left: 0;
  width: 2rem;
  border-top: 4px solid #EB1E23;
}
.BoatImageTextComponent .box > div p, .BoatImageTextComponent .box > div div {
  font-weight: 200;
  font-size: 0.9rem;
  line-height: 1.3rem;
}
.BoatImageTextComponent .box > div .icons {
  margin-right: 0.6rem;
  width: 1.2rem;
  height: 1.1rem;
  min-width: 1rem;
}
