.bs-icon {
  --bs-icon-size: .75rem;
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  font-size: var(--bs-icon-size);
  width: calc(var(--bs-icon-size) * 2);
  height: calc(var(--bs-icon-size) * 2);
  color: var(--bs-primary);
}

.bs-icon-md {
  --bs-icon-size: 1.5rem;
}

.bs-icon-xl {
  --bs-icon-size: 2.5rem;
}

.bs-icon.bs-icon-primary {
  color: var(--bs-white);
  background: rgba(13,110,253,0);
}

.bs-icon.bs-icon-rounded {
  border-radius: .5rem;
}

.bs-icon.bs-icon-circle {
  border-radius: 50%;
}

.icon-head {
  color: #786722;
  font-size: 24px;
  margin-left: 10px;
  transition: color 0.2s;
}

.icon-head:hover {
  color: #b3a157;
}

.icon-head {
  margin: 10px;
}

div {
  transition: .5s;
}

.typewrite {
  margin-bottom: 0px;
}

.slogan {
  margin-bottom: 0px;
}

.span-typping {
  align-content: center;
  display: flex;
  justify-content: center;
}

h2 {
  color: #baa449;
  font-family: 'Bodoni Moda SC';
  font-size: 22px;
  margin-bottom: 15px;
}

.w-lg-50 {
  color: #ffffff;
  font-family: 'Quicksand';
}

.light-section {
  background: #ffffff;
}

h1 {
  font-family: 'Bodoni Moda';
  color: #baa449;
}

.dark-p {
  color: #ffffff;
  font-family: 'Quicksand';
  text-align: justify;
}

.dark-title {
  color: #b3a157;
  color: #b3a157;
  color: #b3a157;
  color: #b3a157;
  color: #b3a157;
  color: #b3a157;
}

.dark-title {
  font-family: 'Bodoni Moda SC';
}

