.tcb-boat-module{
  overflow: hidden;
  width: 100%;
  position: relative;
  justify-content: center;
  align-items: center;
}

.tcb-boat-module .tcb-boat-module__bg{
  background-image: url('../../assets/images/unlimited-miles.jpg');
  background-size: cover;
  background-position: bottom;
  width: 100%;
  height: 100%;
  position: absolute;
}

.tcb-boat-module .tcb-boat-module__text{
  position: relative;
  color: var(--white);
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  margin: 200px 20px;
  text-shadow: 0 0 20px black, 0 0 20px black;
}

.tcb-boat-module ul {
  padding: 0;
}

.tcb-boat-module li{
  display: block;
  margin-bottom: 2em;
}

.tcb-boat-module li:last-of-type{
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .tcb-boat-module .tcb-boat-module__text{
    margin: 200px;
  }
}