.hero-section {
  background-image: url('./resources/warehouse-background.png');
  background-size: cover;
  background-position: center;
  color: #ffffff;
  text-align: center;
  padding: 100px 0;
}

.hero-section h1 {
  font-size: 3rem;
  font-weight: bold;
  color: #E99461;
  text-shadow: 2px 2px 0px #000000;
}

.hero-section p {
  font-size: 1.2rem;
  text-shadow: 2px 2px 0px #000000;
}

.lead strong {
  font-weight: 700;
}

li.borderless {
  border-top: 0 none;
  border-right: 0 none;
  border-left: 0 none;
  border-bottom: 0 none; 
}