.single-header {
  height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: capitalize;
  margin-bottom: 24px;
  background-size: cover;
  background-position: center;
  background-color: #51515199;
  background-blend-mode: overlay;
}

.single-wrapper {
  max-width: calc(100vw - 600px);
  margin: 48px auto 60px;
  font-family: "Roboto";
  line-height: 1.8;
  letter-spacing: 0.2px;
  word-spacing: 0.7px;
  color: #343434;
}

.single-wrapper img {
    margin-top: 24px;
    margin-bottom: 24px;
}

.single-wrapper iframe {
  display: block;
  margin: 24px auto;
  width: 100%;
  height: 500px;
}

.single-wrapper h1,
.single-wrapper h2,
.single-wrapper h3,
.single-wrapper h4,
.single-wrapper h5,
.single-wrapper h6 {
  margin-bottom: 18px;
  color: #343434;
}
