/* Drugs Showcase Section */

#showcase-drug {
  min-height: 550px;
  color: #fff;
  background: #333;
  padding: 2rem;
  position: relative;
  border-top: 5px solid #002d56;
  border-bottom: 5px solid #cc9138;
}

#showcase-drug::before {
  content: "";
  background: url("../img/diseasestates169.jpg") no-repeat center center/cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
}

#showcase-drug .showcase-content {
  z-index: 1;
}

#showcase-drug .showcase-content p {
  margin-bottom: 1rem;
}
