.customer-group {
  padding: 5px 20px;
  background: #d6af49;
  color: white;
  text-align: center;
  font-size: 0.9rem;

  @media screen and (min-width: 768px) {
    position: absolute;
    right: 20px;
    border-radius: 0px 0 20px 20px;
  }
}

#proModal {
  .modal-content {
    padding: 15px;
    border: none;

    @media screen and (min-width: 768px) {
      padding: 20px 40px;
    }
  }

  .modal-title {
    text-align: center;
    font-family: "GT Ultra Regular", sans-serif;
    font-size: 1.375em;
    font-weight: 400;
    color: #313537;
    letter-spacing: 0.12em;
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 20px;
    margin: 0 0 20px;
  }
}
