*{
    margin: 0;
}
.row2-roadMap{
    margin: 5px;
}
.rowAdd {
    height: 300px;

    display: flex;
   
    justify-content: center;
}

.rowAdd .addcol1,
.rowAdd .addcol2 {
    padding-top: 15px;
    
    width: 50%; /* Equal widths */
    height: 300px;
    justify-content: center;
    text-align: center;
}



/*Contact Form */
.rowForm {
      display: flex; 
    height: 300px;
    justify-content: center;
    
   
}
.rowForm .formCol1{
    justify-content: center;
    background-color: rgb(216, 223, 222);
    text-align: center;
    align-items: center;
     
      
      box-shadow:10px 10px 15px 10px rgb(216, 223, 222); 
}
.rowForm .formCol1 table{
    justify-content: center;
}