#showcase {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 1600px;
  height: 800px;
  margin: auto;
  background-image: url("/assets/RESIZED PHOTOS/future-building-construction-engineering-project3.jpg");
  display: flex;
}

.showcase-title {
  font-size: 90px;
  font-family: 'Carnas-light';
  text-transform: uppercase;
}

.showcase-subtitle {
  font-size: 90px;
  text-transform: uppercase;
  font-family: 'Carnas-bold';
}

#showcase-overlay {
  margin: auto;
  width: 1600px;
  height: 800px;
  position: absolute;
  background: #000;
  opacity: 0.5;
  z-index: 1;
}

#showcase-content {
  padding: 13%;
  position: relative;
  z-index: 2;
  font-family: 'Carnas-light';
  color: #ffffff;
  display: flex;
  align-items: center;
}

.global-padding {
  padding: 50px 280px;
}

.policy h4 {
  font-family: 'Carnas-bold';
  color: #454545;
  font-size: 25px;
  margin-top: 30px;
  margin-bottom: 10px;
}

.text-center {
  text-align: center;
  padding-bottom: 100px;
}

.privacy {
  margin-top: 5rem;
}

.policy ul {
  padding-left: 1.5rem;
}

.line {
  width: 200px;
}

.word-break a {
  color: #454545;
  word-break: break-all;
  /* this is so the links dont go off the edge of the page */
}

.word-break a:hover {
  color: #f8bc3a;
}

/* 1366×768 (8.44%) */
@media (max-width: 1366px) {
  .global-padding {
    padding: 50px 250px;
  }
}

@media (max-width: 992px) {
  .global-padding {
    padding: 50px 100px;
  }

  .word-break {
    font-size: 12px;
  }
}

@media (max-width: 576px) {
  .policy {
    font-size: 15px;
  }

  .policy h4 {
    font-size: 16px;
  }

  .global-padding {
    padding: 50px 85px;
  }
}

/* 414×896 (4.58%) iPhone 6/7/8 plus iOS 11 */
@media (max-width: 414px) {}