.bg-gradient-gold2 {
  background: linear-gradient(bottom, rgba(220, 203, 141, 0.3) 50%, rgba(220, 203, 141, 0.8) 100%);
}

.bg-image-dml2 {
  background-image: url('/img/nlcoaching/bg-dml2.jpg?v=1');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left -100px;
  position: relative;
}

.bg-image-dml2:before {
  content: '';
  background: rgb(255, 255, 255);
  background: linear-gradient(90deg, rgba(255, 255, 255, .8) 0%, rgba(255, 255, 255, .95) 45%);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.bg-image-dml3 {
  background-image: url('/img/nlcoaching/bg-dml3.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left -50px;
  position: relative;
}

.bg-image-dml3:before {
  content: '';
  background: rgb(255, 255, 255);
  background: linear-gradient(90deg, rgba(255, 255, 255, .5) 0%, rgba(255, 255, 255, .95) 45%);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
