﻿body {
    font-family:'Roboto',sans-serif;
    font-weight:400;
}

.aboutUs-vision{
    margin:50px 0px;     
    font-weight:500;
    font-size:18px;
}

.aboutUsDownload{
    margin-top:20px;
    justify-content:center;
}

.aboutUsDownload a.linearGradientButton{
    width:180px !important;
}

.team-member > img{
    border-radius: 50px;
}

.team-member{
    padding: 30px 50px;
}

.team-member a{
    text-decoration:none;
    color: #35B04B !important;
}

h3.name {
    text-align: center;
    margin-top: 20px;
    color: #1C74BB;
    text-transform:uppercase;
}

h4.designation {
    text-align: center;
    margin-top: 5px;
    color: #C8C8C8;
    text-transform: uppercase;
}

