/***********************investor section related styles*/
.investor-image{
    width: 200px;
    height:200px;
}
@media screen and (max-width:990px){
    .investor-ellipsis{
        clip-path: ellipse(240% 100% at 50% 0%);
    }
}
/*****board of advisors section*/
.advisor-image{
    width: 200px;
    height:240px;
}
@media screen and (max-width:560px){
    .advisor-image{
        width: 150px;
        height:180px;
    }
}
/***********************team section related style*/
.team-image{
    widht:100px;
    height:100px;
    border-radius:50%;
}
.designation{
    color:#424242;
}
.team-text{
    text-align:left;
    width:100%;
    line-height:1.9rem;
    font-weight: 600;
}
.team-ellipsis{
    clip-path:ellipse(100% 200% at 50% 0%);
}
.social-link-image{
    width:30px;
    height:30px;
}

.float{
    position: fixed;
    bottom: 10%;
    right: 0;
    z-index: 98;
      
    
  }
  
  
  .my-float{
      
    text-align:center;
  }