.card {
  margin-bottom: 2rem;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, .5);
}

.page-header.page-header-custom-background.parallax{
  padding: 100px 0 60px;
}

.parallax h1,
.parallax h2 {
  color: white;
  text-shadow: 0 0 2px black;
}

.parallax-background{
  background-position-y: center;
  background-position-x: center;
}

.card-img-top {
  width: 100%;
  height: 100%;
}

.card-img-overlay {
  background-color: rgba(255, 255, 255, 0.5);
  bottom: unset;
}

.card-title {
  margin-bottom: 0;
  color: black;
  text-shadow: 0px 0px 2px white;
}

.title-lead::before {
  content: '';
  display: inline-block;
  width: .3rem;
  height: 1.4rem;
  margin-right: .5rem;
  margin-bottom: .2rem;
  vertical-align: middle;
  line-height: 1.2rem;
  background-color: #007BFF;
}

.globe-img {
  padding: 2rem;
  width: 100%;
  height: 100%;
}

.card-columns {
  column-gap: 1rem;
}

.card-columns .card {
  margin-bottom: 1rem;
}

@media (max-width: 575px) {
  .img-box img {
    width: 50%;
    height: 50%;
  }
}

@media (min-width: 576px) {
  .img-box img {
    width: auto;
    min-height: 150px;
    max-height: 150px;
  }
}

@media (min-width: 768px) {
  .img-box img {
    width: auto;
    margin-left: 0 !important;
    min-height: 150px;
    max-height: 150px;
  }
}

@media (min-width: 992px) {}

@media (min-width: 1200px) {}