#why-important p,
#firewall p,
#endpoint p,
#siem p,
#soc p,
#waf p,
#ids p,
#pentest p,
#benefits p {
  max-width: 1000px;
  text-align: justify;
}

#firewall p,
#siem p,
#waf p,
#pentest p {
  text-align: justify;
}

#endpoint p,
#soc p,
#ids p {
  text-align: justify;
  margin-left: 200px;
}

#firewall h2,
#siem h2,
#waf h2,
#pentest h2,
#benefits h2 {
  text-align: left;
}

#endpoint h2,
#soc h2,
#ids h2 {
  margin-left: auto;
  text-align: right;
}

@media (max-width: 1079px) {
  #endpoint p,
  #soc p,
  #ids p {
    margin-left: 0px;
  }

  #endpoint h2,
  #soc h2,
  #ids h2 {
    text-align: left;
  }
}