.headerAbout {
  /* background-image: url("/Themes/DeaceroThemeV3/Content/images/acerca-de/header-about.webp");
  background-size: cover;
  background-position: center;
  background-color: rgba(0, 42, 105, 0.5);
  background-blend-mode: overlay;*/
  height: 50vh;
}
.card .btn-acercade {
    border-color: var(--Orange600);
}
  .card .btn-acercade:hover {
    background-color: var(--Orange600) !important;
  }

.about--image {
  position: relative;
  background-image: url("/Themes/DeaceroThemeV3/Content/images/acerca-de/deacero-acercade-diferencia-deacero.webp");
  background-size: contain;
  background-position: right;
  background-repeat: no-repeat;
  filter: grayscale(100%);
}

.about--image {
    max-height: 400px;
}

@media (max-width: 991px) {
    .about--image {
    max-height: 100%;
    background-position: bottom;
  }
}

@media (max-width: 560px) {
  .about--image {
    background-position: bottom;
  }
}
