#consultoring .content {
  background-color: #3c763d;
}
#consultoring .image {
  background-image: url('../img/backgrounds/consultoring.jpg');
}
#consultoring .image .divider {
  border-left: 15vw solid #3c763d;
}
img#VCA {
  height: auto;
  width: 200px;
}
img#VCorp {
  height: auto;
  width: 200px;
}
img#EC {
  height: auto;
  width: 200px;
}
@media (max-width: 768px) {
  #consultoring::after {
    border-top: 7.5vw solid #3c763d;
  }
  #consultoring .content .background .image .divider {
    border-bottom: 7.5vw solid #3c763d;
  }
}
