.nvmtm_teamie {
          background: #27bffe;
    width: 200px;
    height: 150px;
    color: #ffffff;
    box-sizing: border-box;
    font-family: "Work Sans", sans-serif;
    font-size: 30px;
    text-align: center;
    padding: 45px;  
    }
    
    .nvmtm_text {
        width: 100%;
    height: 150px;
    box-sizing: border-box;
    font-family: "Work Sans", sans-serif;
    font-size: 12px;
    text-align: justify;
    line-height: 25px;
    /* position: relative; */
    padding: 20px;
    overflow: auto;
    padding-top: 10px;
    }
    
    .nvmtm_text::-webkit-scrollbar { width: 0px; background: #27bffe; }
    .nvmtm_text::-webkit-scrollbar-thumb { background: #ABBB71;} 
    
    .nvmtm_iconbut {
   background: #27bffe;
    width: 75px;
    height: 75px;
    color: #ffffff;
    box-sizing: border-box;
    font-family: "Work Sans", sans-serif;
    font-size: 18px;
    text-align: center;
    padding: 25px;
    }
    
    .nvmtm_iconbut .tooltiptext {
        visibility: hidden;
    width: 300px;
    height: 25px;
    box-sizing: border-box;
    background-color: #ffffff;
    color: #27bffe;
    text-align: center;
    font-size: 11px;
    font-family: "Work Sans", sans-serif;
    position: relative;
    left: -30px;
    top: 5px;
    z-index: 1;
    padding: 5px 0px;
    overflow: auto;
    }
    
    .nvmtm_iconbut:hover .tooltiptext {
  visibility: visible;
}
    
    .nvmtm_iconbut a {
        color: #ffffff !important;
        text-decoration: none;
    }
    
    .nvmtm_iconbut2 {
   background: #27bffe;
    width: 75px;
    height: 75px;
    color: #ffffff;
    box-sizing: border-box;
    font-family: "Work Sans", sans-serif;
    font-size: 18px;
    text-align: center;
    padding: 25px;
    }
    
    .nvmtm_iconbut2 .tooltiptext {
     visibility: hidden;
    width: 300px;
    height: 25px;
    box-sizing: border-box;
    background-color: #ffffff;
    color: #27bffe;
    text-align: center;
    font-size: 11px;
    font-family: "Work Sans", sans-serif;
    position: relative;
    left: -22px;
    top: 8px;
    z-index: 1;
    padding: 5px 0px;
    overflow: auto;
    }
    
    .nvmtm_iconbut2:hover .tooltiptext {
  visibility: visible;
}
    
    .nvmtm_iconbut2 a {
        color: #ffffff !important;
        text-decoration: none;
    }