@media (min-width: 768px) {
  .backgroundimages {
    height: 380px;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
}

@media (max-width: 767px) {
  .backgroundimages {
    width: 100%;
    height: 300px;
    background-position: center;
    background-size: cover;
  }
}

@media (min-width: 1500px) {
  .backgroundimages {
    width: 100%;
    max-width: 2000px;
    height: 500px;
    margin: 0 auto;
    background-position: center;
    background-size: cover;
  }
}

.image-heading {
  padding-top: 10px;
  font-size: 48px;
  margin: auto;
  width: 50%;
}

.centered-text {
  text-align: justify;
}

.activity-image-header {
}

