 .footer-container {
      display: flex;
      flex-wrap: wrap;
      padding: 0 40px 0 40px;
      background-color: #f5f5f5;
      color: #333;
    }

.footer-column {
      flex: 1 1 33%;
      padding: 20px;
      box-sizing: border-box;
      background-image: ../images/footer-recruiter.png;
    }


    .footer-column-can {
      flex: 1 1 33%;
      padding: 20px;
      box-sizing: border-box;
      background-image: url('../images/footer-candidate.png');
        background-position: left bottom;
        background-repeat: no-repeat;
        background-size: auto 90%;
        padding-left: 100px;
    }

    .footer-column-rec {
      flex: 1 1 33%;
      padding: 20px;
      box-sizing: border-box;
      background-image: url('../images/footer-recruiter.png');
        background-position: left bottom;
        background-repeat: no-repeat;
        background-size: auto 90%;
        padding-left: 100px;
    }

    .footer-logo img {
      height: 60px;
      margin-bottom: 0;
    }
    .footer-logo h1 {
      font-size: 24px;
      color: #9333ea;
      margin: 0;
    }
    .footer-tagline {
      margin: 0 0 20px;
      font-size: .8rem;
    }
    .footer-legal {
      font-size: .7rem;
      color: #666;
    }
    .footer-title {
      font-size: 1.2rem;
      font-weight: 300;
      color: #d97706;
      margin-bottom: 1rem;
    }
    .footer-title.recruiter {
      color: #9333ea;
    }
    .footer-copy {
      font-size: .8rem;
      font-family: sora;
      line-height: 1.6;
      margin-bottom: 20px;
    }
    
    .footer-img {
      height: 140px;
      object-fit: cover;
      border-radius: 8px;
    }





    @media (max-width: 768px) {
      .footer-container {
        flex-direction: column;
        text-align: center;

      padding: 0 40px 0 0;     
    
      }
      .footer-column {
        text-align: ;
        flex: 1 1 100%;
      }



    }