.costco-price {
  font-size: 20px;
  font-weight: 400 !important;
  span {
    font-size: 26px;
    font-weight: 400 !important;
  }
}

.fifty-wrapper .primary-button {
    padding: 12px 81px;
    font-weight: 400 !important;
}
@media(max-width:769px){
  .platinum-delivery-callout{
    color:white !important;
  }
}

.button-50-right {
  text-align: center !important;
  @media (width > 699px) {
    text-align: start !important;
  }
  @media (width >991px) {
    text-align: end !important;
  }
}