 .load-more {
      margin: 20px;
      padding: 10px 20px;
      background: #d32f2f;
      color: white;
      border: none;
    }
.pro_sec{
    margin: 2vw 0;
     display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.pro_sec .pg-link span{
    font-size: 12px;
    color: #2c2d3fc4;
    padding: 2px 4px;
}
.pro_sec .pg-link span a:hover{
    color: #d32f2f;
    text-decoration: underline;
}
      .pro_card {
        max-width: auto;
        height: auto;
        border: 1px solid #2C2D3F5E;
        border-radius: 2px;
        padding: 0px;
        margin: 0px;
        background: transparent;
        /*   background: linear-gradient(45deg, #706E6EBF, #606263DB, #2A2A2AC4, #2a2a2a);   
       color: #f6f6f6;   */
        display: fle;
        align-items: start;
        justify-content: space-between;
      }

      .pro_card:hove {
        box-shadow: 2px 2px 5px #4444443b;
      }

      .pro {
        max-width: 1200px;
        font-family: arial;
        padding: 10px 3vw 5px 3vw;
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        gap: 1vw;
      }

      .pro a {
        text-decoration: none;
        color: #1a1a1a;
      }

      .pro_card {
        break-inside: avoid;
        margin-bottom: 10px;
      }

      .pro_card figure {
        margin: 0px;
        padding: 4px 4px 0 4px;
        border-radius: 2px;
        position: relative;
        overflow: hidden;
      }

      .pro_card figure img {
        width: 100%;
        border-radius: 2px;
        outline: 0px solid #FFE1B478;
        background: linear-gradient(to top, #31303029, transparent, transparent, transparent, #E7DEDE3D);
        overflow: hidden;
        transition: 0.2s linear;
      }

      .pro_card figure img:hover {
        filter: invert(0%);
        transform: scale(0.97);
        box-shadow: 4px 4px 2px #d32f2f;
        /*transform: rotate(10deg);  */
      }

      .pro_card figcaption {
        font-style: italic;
        padding: 8px;
        position: absolute;
        background: rgba(0, 0, 0, 0.5);
        width: 100%;
        box-sizing: border-box;
        bottom: 3px;
        color: #f6f6f6;
        height: 30px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        border-radius: 0 0 1vw 1vw;
        display: none;
      }

      .pro_Name {
        font-size: 16px;
        font-family: Poppins, sans-serif;
        font-weight: bold;
        color: #2c2d3f;
        display: inline;
      }

      .pro_ctg {
        font-size: 12px;
        font-family: Poppins, sans-serif;
        color: #2c2d3fc4;
      }
      
      .pro_btn{
          background: #2c2d3f;
          width: 100%;
          color: #f6f6f6;
          padding:2px 4px;
          font-size: 14px;
          text-align: center;
          border-radius: 2px;
          margin: 0px 0px 4px 0px;
          transition: 0.2s linear;
      }
       
       .pro_btn:hover{
           background: #d32f2f;
           transform: scale(1.01);
       }
     

      .pro_card p {
        margin: 0;
        padding: 0px;
      }

      @media screen and (max-width: 500px) {
        .pro {
          grid-template-columns: 1fr 1fr;
        }
      }

      @media screen and (min-width: 501px) and (max-width: 700px) {
        .pro {
          grid-template-columns: 1fr 1fr 1fr;
        }
      }

      @media screen and (min-width: 701px) and (max-width: 900px) {
        .pro {
          grid-template-columns: 1fr 1fr 1fr 1fr;
        }
      }
