.hydraulic-hero {
  height: 300px;
  background: url("../../img/hydraulic-cover.jpg");
  background-size: cover;
  background-position: center;
}

.avac-hero-content {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin: 0 auto;
  text-align: center;
  color: white;
}

.content main h3 {
  font-weight: bold;
}

.hydraulic-images {
  display: flex;
  gap: 10px;
  flex-direction: row;
  align-items: center;
}

.hydraulic-images img {
  width: 33%;
  height: 400px;
  object-fit: cover;
}

@media (max-width: 600px) {
  .hydraulic-images {
    flex-direction: column;
    gap: 10px;
  }

  .hydraulic-images img {
    width: 100%;
    height: 200px;
  }
}
