.csTeam-footer{
    width: 100%;
    margin: auto;
    /* margin-top: 33px; */
    height: 70px;
    background: linear-gradient(0deg, #F2F2F2, #F2F2F2), linear-gradient(0deg, #FFFFFF, #FFFFFF);
    display: flex;
    justify-content: center;
    align-items: center;
}
.footer-tag{
    width: 276px;
    height: 21px; 
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    margin: auto;
    /* margin-left: 582px; */
    color: #2B2B2B;
}