.accordion-button:focus {
  box-shadow: none;
  border: none;
}

.accordion-button::after {
  width: auto;
  height: auto;
  content: "+";
  font-size: 40px;
  background-image: none;
  font-weight: 100;
  color: #1b6ce5;
  transform: translateY(-4px);
}

section {
  background-color: var(--bs-indigo);
  border-radius: 20px;
}

.fit-cover.responsive-image {
}

.bg-light {
  --bs-bg-opacity: 1;
  background-color: #e0d3ea;
}

@media (max-width: 430px) {
  #onboarding {
    width: 335px;
  }
}

@media (max-width: 430px) {
  .phead {
    width: 300px!important;
  }
}

