   .it4-grid-body {
      font-family: "Poppins", "Open sans", Arial, Tahoma, sans-serif;
      font-weight: 200;
      /* background-color: white; */
      color: white;
      padding: 4vw 6vw;
      width: 100%;
      box-sizing: border-box;
      background: linear-gradient(
        to bottom,
        #1848A0 0%,
        #040411 100%
      ), 
      linear-gradient(
        to right,
        rgba(0,0,0,0) 0%,
        rgba(0,0,0,0.3) 100%
      );
      background-blend-mode: multiply;
     }
