.loyalty > div {
  width: 100%;
  height: 100%;
  margin: auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
   color: var(--Ivory-White)
}
.loyalty > div > p {
  margin-top: 20px;
}