#vn-section-mini-cards {
     background-color: #f6f7f8;

     h3 {
          color: #000;
          text-align: center;

          /* H2 */
          font-family: "DM Sans";
          font-size: 48px;
          font-style: normal;
          font-weight: 400;
          line-height: 130%;
          /* 62.4px */
          font-variant: all-small-caps;
          letter-spacing: -0.96px;
     }

     p {
          color: #000;
          text-align: center;

          /* P2 */
          font-family: "DM Sans";
          font-size: 18px;
          font-style: normal;
          font-weight: 400;
          line-height: 160%;
          /* 28.8px */
          font-variant: all-small-caps;
          letter-spacing: 0.36px;
     }

     .vn-container-flex-mini-cards {
          position: relative;
          display: flex;
          justify-content: center;
          gap: 40px;

          .vn-item-card {
               display: flex;
               flex-direction: column;

               h4 {
                    color: #818181;
                    text-align: center;

                    /* H5 */
                    font-family: "DM Mono";
                    font-size: 13px;
                    font-style: normal;
                    font-weight: 400;
                    line-height: 130%;
                    /* 16.9px */
                    letter-spacing: 1.3px;
                    text-transform: uppercase;
               }
          }

          .vn-container-mini-card {
               display: flex;
               gap: 28px;

               >div {
                    display: flex;
                    width: 80px;
                    height: 80px;
                    padding: 20px;
                    justify-content: center;
                    align-items: center;
                    border-radius: 8px;
                    background-color: #FFF;
                    aspect-ratio: 1/1;
               }
          }
     }
}