.title-block__content {
  color: #00447c;
  background: none;
}
.title-block__content .title-image {
  max-width: 620px;
  margin-left: 0;
}
.title-block__content .title-image-burst {
  display: inline-block;
  background-color: #ea6952;
  color: white;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.3rem;
  line-height: 1.1;
  font-family: "Barlow Semi Condensed", "Roboto", Helvetica, Arial, sans-serif;
  padding: 6px 0.75rem;
  border-radius: 10px 0 10px 0;
  margin: 0 0 1rem;
}
@media screen and (max-width: 960px) {
  .title-block__background::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.75);
    z-index: 1;
  }
}