.desc-general {
  padding: 80px 0;
  background: #fff;
}

.desc-general-container {
  max-width: 1284px;
  margin: 0 auto;
}

.desc-general-title {
  text-align: center;
  margin-bottom: 40px;
  color: var(--azul2-100);
}
/* .desc-general-grid {
  display: flex;
  justify-content: space-between;
  gap: 32px;
} */

.desc-general-grid {
  display: grid;
  justify-content: space-between;
  gap: 32px;
  grid-template-columns: repeat(3, 1fr);
}

.desc-card {
  width: 412px;
  height: auto;
  background: #ffffff;
  border-radius: 24px;
  padding: 32px 32px 40px;
  box-shadow: 0 22px 45px rgba(0,0,0,0.08);
  display: flex;
  flex-direction: column;
}

.desc-card-icon {
  margin-bottom: 24px;
  position: relative;
}

.desc-card-title {
  margin: 0 0 12px;
  color: var(--texto-100);
}   
.desc-card-text {
  margin: 0;
  color: var(--texto-100);
}

.desc-icon-circle {
  width: 110px;
  height: 110px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  
}

.desc-icon-circle img {
  width: 110px;
  height: 110px;
  object-fit: contain;
}


p.aquagol__lead.body-1 {
    padding: 20px 0 40px 0 !important;
    text-align: center !important;
}