.grid2 {
  display: grid;
  grid-gap: 5px;
  padding-top: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  grid-template-columns: repeat(3, [col] 33%);
  grid-template-rows: repeat(4, [row] auto);
  background-color:cyan;
  margin-top: 0vh;
 /* margin-bottom: 1em; */
}

.One2 {
    color: red;
    height: 40vh;
    grid-column: col;
    grid-row: row;
    /*background-image: url(images/enterprisebp1.jfif);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;*/
  }
  .Two2 {
    padding: 5px;
    grid-column: col;
    grid-row: row 2 / span 2;
    background-color: white;
  }
  .Three2 {
    padding: 5px;
    grid-column: col 2;
    grid-row: row / span 2;
    background-color: white;
  }
  .Four2 {
    color: red;
    height: 40vh;
    grid-column: col 2;
    grid-row: row 3;
    /*background-image: url(images/warpcoil.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;*/
  }
  .enterprise_bp {
    width: 100%;
    height: 100%;
  }
  .warp {
    width: 100%;
    height: 100%
  }
  .Five2 {
    color: red;
    height: 40vh;
    grid-column: col 3;
    grid-row: row;
    /*background-image: url(images/enterprisebp2.jfif);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center; */
  }
  .Six2 {
    padding: 5px;
    grid-column: col 3;
    grid-row: row 2 / span 2;
    background-color: white;
  }
  .link4 {
    color: #00ff00;
  }
  .link5 {
    color: #00ff00;
  }
  .link6 {
    color: #00ff00;
  }
  .navOne2 {
    font-family: Raleway, sans-serif;
    height: 5.5vh;
    grid-column: col;
    grid-row: row 4;
    color: red;
    text-align: center;
    padding: 0px;
    background-color: white;
    font-size: 1.25vh;
    padding-bottom: 0px;
  }
  .navTwo2 {
    font-family: Raleway, sans-serif;
    height: 5.5vh;
    grid-column: col 2;
    grid-row: row 4;
    color: red;
    text-align: center;
    padding: 0px;
    background-color: white;
    font-size: 1.25vh;
    padding-bottom: 0px;
  }
  .navThree2 {
    font-family: Raleway, sans-serif;
    height: 5.5vh;
    grid-column: col 3;
    grid-row: row 4;
    color: red;
    text-align: center;
    padding: 0px;
    background-color: white;
    font-size: 1.25vh;
    padding-bottom: 0px;
  }

  .navOne2:hover {
    color: #00ff00;
    background-color: grey;
  }
  .navTwo2:hover {
    color: #00ff00;
    background-color: grey;
  }
  .navThree2:hover {
    color: #00ff00;
    background-color: grey;
  }