.divGround .tblSubText{
    width: 75%;
    float: left;
    margin-left:25%;
    margin-right:10%;
    text-align: center;
    border:none;
    
}
.divGround .tblSubText tr td .h2Text{
    color: #636466;
    font-size: 20px;
    margin-left:200px;
}
.divGround h2{
    color:red;
}
.divGround .tblSubText tr td{
    color:blue;
    width:auto;
    border:none;

    text-align: left;
    align-items: center;
    align-content: center;
    justify-content: center;
    justify-items: left;
    
}
.divGround .tblSubText tr td img{
    width:100px;

}







.divGround .tblSubText .tblProductsSolution{
    
    width:auto;
    height:auto;
    border:none;
    background: none;
    background-color: white;
    background-image: none;
    padding:50px;
    margin:auto;

    transition: 1.0s;
        box-shadow: -1px 0px 5px #00aab4;
        line-height: 2.8;
        text-indent: 50px;
}
.divGround .tblSubText .tblProductsSolution tr{    
    border:none;
    background: none;
    background-color: black;
    background-image: none;
}
.divGround .tblSubText .tblProductsSolution tr .tdProductTile{
    border:none;
    background: none;
    background-color: white;
    background-image: none;
    width:200px;
    color:#00aab4;
    font-size: 17px;
}
.divGround .tblSubText .tblProductsSolution tr .tdProductImage{    
    border:none;
    background: none;
    background-color: white;
    background-image: none;
    text-align: center;
    align-items: center;
    align-content: center;
    justify-content: center;
    justify-items: center;
}
.divGround .tblSubText .tblProductsSolution tr .tdProductImage .ImgProductImage{
    width:200px;
    border:none;
    background: none;
    background-color: none;
    background-image: none;
    border-radius: 5px;
        
        transition: 1.0s;
        box-shadow: -5px 0px 5px #00aab4;
        line-height: 2.8;
        text-indent: 50px;
        cursor: pointer;
}
.divGround .tblSubText .tblProductsSolution tr .tdProductImage .ImgProductImage:hover{
    width:300px;
    cursor: pointer;
}
.divGround .tblSubText .tblProductsSolution tr .tdProductText{
    border:none;
    background: none;
    background-color: white;
    background-image: none;
    width:auto;
    color:#636466;
    font-size: 17px;

    transition: 1.0s;
        box-shadow: -5px 0px 5px #636466;
        line-height: 2.8;
        text-indent: 50px;
}


.divGround .tblSubText .tblProductsSolution tr .tdProductText #faslist{
    color:#00aab4;
}
