 .PS_number_Hc-wrapper {
    padding: 50px 0;
    background-color: rgba(240, 234, 220, 1); 
    font-family: 'Clash Display', sans-serif;
  }

  .PS_number_Hc-title {
    font-size: clamp(2.5rem, 1.9429rem + 2.2857vw, 4rem);
    font-weight: 500;
    color: rgba(44, 45, 45, 1);
    margin-bottom: 40px;

  }

  .PS_number_Hc-card {
    background-color: rgba(45, 45, 45, 1); 
    padding: 40px 30px;
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 400px;
    overflow: hidden;
  }

  .PS_number_Hc-card-title {
        color: rgba(250, 240, 220, 1);
    position: relative;
    z-index: 3;
    font-family: var(--font-archivo), "Archivo", sans-serif !important;
    font-weight: 500;
    font-size: clamp(1.25rem, 1.1571rem + 0.381vw, 1.5rem);
    letter-spacing: 0%;
    text-transform: none;
  }

  /* This wrapper pushes the paragraph to the bottom and creates the exact gap you highlighted */
  .PS_number_Hc-card-bottom {
        margin-top: auto;
    margin-bottom: 4rem;
   
    position: relative;
    z-index: 3;
  }
.PS_number_Hc-card-desc{
	 display: flex;
    justify-content: flex-end;
    max-width: 80%;
    margin-left: auto !important;
}

  .PS_number_Hc-card-desc, .PS_number_Hc-card-desc p {
        color: rgba(129, 136, 0, 1);
    margin: 0;
    margin-bottom: 0;
    font-family: unset;
    font-weight: 500;
    font-size: clamp(0.875rem, 0.7821rem + 0.381vw, 1.125rem);
    line-height: 130%;
    letter-spacing: 0%;
    text-align: right;
    font-family: var(--font-archivo), "Archivo", sans-serif !important;
	  
  }

  .PS_number_Hc-card-bg-num {
        position: absolute;
    bottom: -50px;
    left: 10px;
    z-index: 1;
    pointer-events: none;
    user-select: none;
    font-family: Clash Display;
    font-weight: 400;
    font-size: 156.1px;
    line-height: 100%;
    letter-spacing: 0%;
    background: linear-gradient(182.96deg, rgba(130, 134, 57, 0.8) 35.74%, #2D2D2D 82.34%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    opacity: 0.35;
  }
  
@media (min-width: 1200px) and (max-width: 1400px) {
    .PS_number_Hc-title {
      font-size: 58px;
    }
    .PS_number_Hc-card-title{
        font-size: 20px;
    }
    .PS_number_Hc-card-desc, .PS_number_Hc-card-desc p{
        font-size: 16px;
    }
    .PS_number_Hc-card-bg-num {
        font-size: 140px;
    }
}

  /* --- MOBILE VIEW --- */
  @media (max-width: 768px) {
    .PS_number_Hc-wrapper {
      padding: 60px 0;
    }
 .PS_number_Hc-card-bottom {
    margin-top: 1rem;
  
  
  }
    .PS_number_Hc-title {
    
      margin-bottom: 25px;
  
    }

    .PS_number_Hc-card {
      min-height: 250px;
      padding: 35px 25px; 
    }
    
   

    .PS_number_Hc-card-desc, .PS_number_Hc-card-desc p {
  
      margin-bottom: 30px;
    }

    .PS_number_Hc-card-bg-num {
      bottom: -60px;
      left: 5px;
    }
  }