p>a>i {
  color: #ffc904;
}

.foot_note {
  font-size: 0.9em;
}

.scroll-top {
  width: 55px;
  height: 55px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  font-size: 18px;
  border-radius: 50%;
  z-index: 99;
  color: #fff;
  text-align: center;
  cursor: pointer;
  background: #ee2e24;
}

.logo {
  width: 540px;
  align-items: center;
}

.logo-center {
  margin: 0 auto;
}

.alert-info {
  background-color: #dcf3f8;
  border-color: #dcf3f8;
  color: #000;
  padding: 1%;
  font-weight: bold;
}

/* Cards */
.card-list-items {
  list-style-type: disc !important;
}

.card-body {
  display: flex;
  flex-direction: column;

}