/* --------------------------------------------------------------------------
   SEGURIDAD E INTEGRACIONES
   -------------------------------------------------------------------------- */
.security-section {
  background-color: #f8fafc;
  border-top: 1px solid rgba(15, 23, 42, 0.04);
  border-bottom: 1px solid rgba(15, 23, 42, 0.04);
}

.security-illustration {
  margin-top: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.security-illustration img {
  max-width: 100%;
  height: auto;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-md);
  border: 1px solid rgba(15, 23, 42, 0.06);
}
