  .swell-program-overview-container {
    box-shadow: 0 14px 42px rgba(0,0,0,0.1);
  }
  
  .swell-program-header {
    position: relative;
  }
  
  .swell-program-txt {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40%;
    transform: translate(-50%, -50%);
    font-size: 24px;
    font-weight: 500;
  }
  
  .swell-program-txt h4 {
    margin: 0;
    font-weight: 500;
  }

  .swell-program-content {
    display: flex;
    padding: 0 10px;
    align-items: center;
    justify-content: center;
  }
  
  .swell-account-action {
    width: 25%;
    margin: 4%;
  }

  .step {
    padding: 3px 65px;
    font-size: 13px;
  }
  
  .step-title {
    font-size: 14px;
    font-weight: 500;
  }

  @media screen and (max-width: 800px) {
    .swell-program-img {
      object-fit: cover;
      width: 108%;
      height: 100px;
    }

    .swell-program-txt {
      font-size: 24px;
      width: 60%;
    }

    .swell-program-txt h4 {
      font-size: 24px;
    }

    .swell-program-logged-in .swell-program-img {
      display: none;
    }

    .swell-program-logged-in .swell-program-txt {
      position: initial;
      top: 50%;
      left: 50%;
      width: 100%;
      transform: none;
      text-align: center;
      padding-top: 20px;
    }

    .swell-program-content {
      flex-direction: column;
      padding: 12px;
    }

    .step {
      padding: 10px 80px;
    }

    .swell-account-action {
      width: 50%;
      margin: 2%;
    }

    .container {
      display: none;
    }

    .history-btn:hover {
      background-color: black !important;
      color: white !important;
/*      border-color: #181411;*/
    }

    .swell-program-overview-container {
      box-shadow: 0 0px 50px rgba(0,0,0,0.1);
  }
 } 