.default-padding {
  padding: 5%;
}

.default-outline {
  border: 1px solid #ffd3c5;
}

h3 {
  margin-bottom: 1rem;
}

h2 {
  margin-bottom: 1rem;
}

h1 span, h2 span, h3 span {
  /*word-wrap: break-word;*/
  display: inline;
  /*overflow-wrap: normal;*/
  /*word-break: normal;*/
}

@media (max-width: 1199px) {
  .photo-bomb.bg-photo {
    /*padding: 6rem 2rem;*/
  }
}

.photo-bomb .bg-photo, .photo-bomb.bg-photo {
  background-repeat: no-repeat;
  background-size: cover;
}

.photo-bomb .bg-photo, .photo-bomb.bg-photo {
  background-image: url("../../assets/img/waste-background-reading-clearance-services.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 10%;
}

.week-by-week {
  position: relative;
}

.week-heading {
  display: inline-block;
  /*word-wrap: break-word;*/
  max-width: 100%;
}

h1, h2, h3, h4, h5 {
  /*word-wrap: break-word;*/
  display: inline-block;
  overflow-wrap: normal;
  white-space: pre-wrap;
  word-break: normal;
}

.week-heading {
}

a {
  transition: color .3s ease-in-out;
}

