.about__paragraph {
  margin: 0 0 1rem 0;
}

.about__heading-2 {
  margin: 40px 0 4px 0;
}

.account-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  margin: 4rem 0 4rem 0;
}

.account-list__item {
  display: flex;
  max-width: 30rem;
  width: 100%;
}

.account-list__link {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--text-primary);
  border-radius: 2rem;
  padding: 1rem;
  width: 100%;
  text-decoration: none;
  color: #000;
  font-weight: 600;
}

.account-list__link:hover {
  background-color: rgba(255, 255, 255, 0.8);
  transform: scale(1.01);
}
