/* team-section */
.team-section {
    background: linear-gradient(179deg, #131415 0%, #0A0B0C 59%, #08090A 100%);
    margin-top: 75px;
    padding-top: 150px;
}
.team-section h2{
    padding-bottom: 40px;
}

.team-card-row {
    row-gap: 50px;
}
.team-profile {
    font-size: 15px;
    line-height: 22px;
    font-weight: 500;
    color: #FFFFFF;
    margin-top: 16px;
    padding-bottom: 2px;
    margin-bottom: 0;
}
.team-desgination {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: #8A8F98;
}

.about-cta-card .join-team-card {
    padding: 48px 40px;
    background: linear-gradient(353deg, #040405 0%, #1D1E1F 100%);
    position: relative;
    border-radius: 15px;
}
.about-cta-card .join-team-card::before{
    content: "";
    position: absolute;
    inset: 0;
    padding: 1px;
    border-radius: 14px;
    background: linear-gradient(140deg, #2c2e30, #08090a);
    -webkit-mask: linear-gradient(#2c2e30 0 0) content-box, linear-gradient(#2c2e30 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    z-index: -1;
}
.about-cta-card .join-team-card h2 {
    margin-bottom: 24px;
}

.work-section{
    background: linear-gradient(179deg, #131415 0%, #08090A 28%);
    padding: 150px 0 75px;
    margin-top: 75px;
}