/* Fotografias reais para Missão, Visão, Valores e sustentabilidade. */
.about-page .value-card {
  overflow: hidden;
}

.about-page .value-card .value-icon {
  display: none !important;
}

.about-page .value-card::before {
  content: "";
  display: block;
  height: 165px;
  margin: -32px -32px 22px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.about-page .value-card:nth-child(1)::before { background-image: url('/assets/sobre-missao-equipe-real.png'); }
.about-page .value-card:nth-child(2)::before { background-image: url('/assets/sobre-visao-frota-real.png'); }
.about-page .value-card:nth-child(3)::before { background-image: url('/assets/sobre-valores-sustentavel-real.png'); }

.about-page .sustainability-icon {
  color: transparent !important;
  background-image: url('/assets/sobre-valores-sustentavel-real.png') !important;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (max-width: 768px) {
  .about-page .value-card::before {
    height: 140px;
    margin: -24px -24px 18px;
  }
}
