.manifesto {
  position: relative;
  overflow: hidden;
}

.manifesto::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 72px;
  left: -8%;
  width: 116%;
  height: 440px;
  background: linear-gradient(90deg, rgba(255, 248, 231, 0.32) 0%, rgba(255, 248, 231, 0.06) 55%, rgba(255, 248, 231, 0.22) 100%), url('/images/al-buqqi-highway-restaurant.png') center / cover no-repeat;
  opacity: 0.14;
  pointer-events: none;
  filter: saturate(0.8);
}

.manifesto > * {
  position: relative;
  z-index: 1;
}

.manifesto .quote-manifesto {
  margin-left: auto;
  margin-right: 36px;
}

@media (max-width: 760px) {
  .manifesto::before {
    top: 320px;
    left: -35%;
    width: 170%;
    height: 320px;
    opacity: 0.11;
  }

  .manifesto .quote-manifesto {
    margin-left: auto;
    margin-right: 18px;
  }
}
