.projectListWrapper {
    /* background: url(../../../../public/images/aaa-bg.png) no-repeat center;
    background-size: 100% 100%; */
    position: relative;

    &::after{
      content: "";
      position: absolute;
      background: url(/_next/static/media/aaa-bg.5937c46a.png) no-repeat center;
      width: 100%;
      height: 100%;
      top: 0;
      background-position: center center;
      background-size: 100% 100%;
      opacity: 0.1;
    }
  
    .card-name {
      color: #25406C;
      text-transform: uppercase;
      font-family: 'IvyMode-Regular';
      font-weight: 600;
      letter-spacing: 2px;
      font-size: 16px;
    }
  
    .card-location {
      font-family: "Gill-Sans";
      letter-spacing: 2px;
      color: #000000;
      text-transform: uppercase;
      font-size: 14px;
      font-weight: 500;
    }
    .know-more{
      padding: 10px 15px;
    }
    @media(min-width:1200px) and (max-width:1400px){
      .card-name {
        font-size: 16px;
      }
    }
  }