body {
    font-family: 'Tajawal', sans-serif;
    margin: 0;
    padding: 0;
    background: #fff;
    color: #4a0056;
  }
  
  .digital-marketing {
    padding: 40px 20px;
  }
  
  .digital-marketing .header {
    text-align: center;
    margin-bottom: 40px;
  }
  
  .digital-marketing .header h2 {
    font-size: 28px;
    font-weight: bold;
    color: #4a0056;
    background: #f1c40f;
    margin-top: 15px;
    padding: 10px;
  }
  
  .digital-marketing .highlight {
    display: inline-block;
    margin-top: 15px;
    background: #4a0056;
    color: #fff;
    padding: 8px 20px;
    border-radius: 20px;
    font-size: 22px;
  }
  
  .marketing-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 50px;
    flex-wrap: wrap;
  }
  
  .marketing-section.reverse {
    flex-direction: row-reverse;
  }
  
  .marketing-image {
    flex: 1 1 40%;
    text-align: center;
  }
  
  .marketing-image img {
    max-width: 100%;
    height: auto;
  }
  
  .marketing-text {
    flex: 1 1 55%;
    padding: 20px;
  }
  
  .marketing-text h3 {
    font-size: 22px;
    margin-bottom: 15px;
    color: #4a0056;
  }
  
  .marketing-text h3 i {
    margin-left: 8px;
    color: #c49a00;
  }
  
  .marketing-text p {
    font-size: 23px;
    line-height: 1.8;
  }
  