.ge-free-shipping-container {
  background-color: #60269E;
  height:35px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ge-free-shipping-msg {
  font-family: worksans;
  font-size: 1rem;
  line-height: 1.5rem;
  padding: 0.25rem;
  font-weight: 700;
  color: white;
}