#digital-marketing {
  background: linear-gradient(to right, #009245, #0050b3);
  color: #fff;
  padding: 100px 5vw;
  font-family: 'Montserrat', sans-serif;
}

#digital-marketing h2,
#digital-marketing h4,
#digital-marketing p,
#digital-marketing li {
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
}

.digital-marketing-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.dm-image {
  flex: 1 1 40%;
  text-align: center;
}

.dm-image img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.0);
}

.dm-content {
  flex: 1 1 55%;
}

.dm-content h2 {
  font-size: 2.6rem;
  font-weight: 700;
  margin-bottom: 20px;
  color: #fff;
}

.dm-subheading {
  font-size: 1.25rem;
  line-height: 1.8;
  margin-bottom: 30px;
  color: #e0f3ff;
}

.dm-content h4 {
  font-size: 1.3rem;
  margin-top: 25px;
  margin-bottom: 10px;
  font-style: italic;
  font-weight: 600;
  color: #ffffff;
}

.dm-list {
  list-style: none;
  padding-left: 0;
  font-size: 1.15rem;
  line-height: 1.8;
  color: #ffffff;
}

.dm-list li {
  margin-bottom: 10px;
}

@media (max-width: 992px) {
  .digital-marketing-wrapper {
    flex-direction: column;
  }

  .dm-image img {
    max-width: 80%;
    margin-bottom: 30px;
  }

  .dm-content h2 {
    font-size: 2rem;
  }
}
