.yotpo-banner-container {
  position: relative;
}

.yotpo-rewards-tos {
  position: absolute;
  bottom: 100px;
  left: 100px;
}

.yotpo-rewards-tos a {
  color: var(--color-web-type) !important;
}

@media only screen and (max-width: 820px) {
  .yotpo-rewards-tos {
    position: initial;
    text-align: center;
  }
}
