.marketing-hero-section {
  background: linear-gradient(
      to right,
      rgba(0, 0, 0, 0.9),
      rgba(0, 0, 0, 0.8),
      rgba(0, 0, 0, 0.7),
      rgba(0, 0, 0, 0.6),
      rgba(0, 0, 0, 0.4),
      rgba(0, 0, 0, 0)
    ),
    url('/assets/img/pages/digital-marketing/main-back.jpg');

  background-repeat: no-repeat;
  background-size: cover;
}

.marketing-hero-section .header-left-content {
  max-width: 700px;
}

.marketing-main-section {
  display: flex;
  justify-content: space-between;
}

.header-right-content {
  max-width: 650px;
  display: flex;
  align-items: center;
}

.coming-soon-div {
  width: 100%;
  background-color: rgba(17, 6, 79, 0.821);
  padding: 40px;
}

@media screen and (max-width: 900px) {
  .marketing-main-section {
    flex-direction: column;
    gap: 20px;
  }
}
