/* --- Sección QUÉ HACERMOS / SERVICIOS  --- */
h4 .gb-text {
  line-height:1.2!important;
  color:var(--contrast);
}
h4 svg {
  color:var(--accent)!important;
}
h4, h5, h6 {
  margin-bottom:5px!important;
}

h3.avz-section {
  margin-bottom:20px;
}
.avz-section-eyebrow,
.avz-section-title,
.avz-section-subclaim
{
  display:block;
  text-align: left;
}
.avz-section-eyebrow
{
  font-weight: 900;
  color:var(--accent);
  font-size:1.3rem;
  line-height:1;
}
.avz-section-title
{
  font-weight: 900;
  line-height: 1.2;
  color:var(--contrast);
}
.avz-section-subclaim
{
  font-size:1.2rem;
  line-height:1.5;
  margin-top:20px;

}

/** -- Dark section -- */
.dark-section .avz-section-eyebrow,
.dark-section .avz-section-title,
.dark-section .avz-section-subclaim,
.dark-section h3
{
  color: var(--avz-hero-text-light);
}

.dark-section h2,
.dark-section p.gb-text
{
  color: var(--base-2);
}

.dark-section .avz-num
{
  margin-left:-15px;
  margin-bottom:-51px;
}

/* --- Sección QUIÉNES SOMOS / ABOUT --- */

.avz-about-section {
  background-color: #ffffff;
}

.avz-about .gb-inside-container {
  max-width: 1100px;
  margin: 0 auto;
}

/* Grid de cards */
.avz-about-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.5rem;
  margin-top: 10px;
}

/* Estilo de cada card */
.avz-about-cards .gb-container {
  background-color: #ffffff;
  border-radius: 14px;
  padding: 1.5rem 1.75rem;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.06);
  border: 1px solid rgba(0, 0, 0, 0.03);
}

/* Responsive: una columna en tablet/móvil */
@media (max-width: 900px) {
  .avz-about-cards {
    grid-template-columns: 1fr;
  }
}

/* Responsive */
@media (max-width: 768px) {
  .avz-about {
    padding-top: 60px !important;
    padding-bottom: 40px !important;
  }

  .avz-about-title {
    font-size: 24px !important;
  }
}
