.central-usdralogo {
  display: flex;
  justify-content: center;
}

.central-usdralogo img {
  height: 15rem;
}

.central-container {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 3rem 0rem;
  position: relative;
  overflow: hidden;
  flex-direction: column;
  gap: 1rem;
}

.central-card {
  width: auto;
  max-width: 90%;
  text-align: center;
}

.central-description {
  color: var(--font-body);
  font-size: 1.1rem;
  line-height: 1.6;
  margin: 1rem 0;
  text-shadow: 0 0 5px rgba(160, 160, 160, 0.3);
}

.central-underwriting {
  color: var(--font-body);
  font-size: 0.8rem;
  text-shadow: 0 0 5px rgba(160, 160, 160, 0.3);
}