/* stack the items */
#what .items {
  display: block;
  padding: 1rem;
}

/* align icon to left */
#what .items .item {
  display: flex;
  text-align: left;
}

/* Position Icon */
#what .items .item i {
  margin-right: 1.3rem;
  align-self: center;
  margin-bottom: 0;
}

#packages .items {
  display: block;
  padding: 1rem;
}

/* align icon to left */
#packages .items .item {
  display: flex;
  text-align: left;
}

/* Position Icon */
#packages .items .item i {
  margin-right: 1.3rem;
  align-self: center;
  margin-bottom: 0;
}

@media (max-width: 700px) {
  #showcase {
    position: relative;
  }

  #showcase .showcase-content {
    position: absolute;
    top: 0;
  }
  
  #navbar {
    flex-direction: column;
    align-items: center;
  }

  /* #navbar .logo {
    margin-bottom: 0.50rem;
    content:url("/img/logos/logo1.png");
    width: 150px;
  } */

  #navbar ul {
    padding: 0.25rem;
  }
}

/* Smartphones */
@media (max-width: 500px) {
  #showcase {
    position: relative;
  }

  #showcase .showcase-content {
    position: absolute;
    top: 0;
  }

  #who {
    display: block;
  }

  #who .who-img {
    display: none;
  }

  #brands .items img {
    width: 85%;
  }

  #brands .items div:last-child {
    display: none;
  }

  #contact {
    display: block;
  }

  #contact .map {
    height: 300px;
    border-top: 4px solid #333;
  }

  #package {
    display: block;
  }

  #package .blk-space {
    display: none;
  }
}

@media (max-height: 568px) {
  .l-heading {
    font-size: 3rem;
  }

  .lead {
    font-size: 1rem;
  }
}
