#teams{
    margin-top: 100px;
    min-height: 300px;
    background-color:var(--theme-darker-blue);
}
#teams h1, h2, h3, h4, h5, h6{
    font-family: 'Oswald','Lucida Sans Unicode','Lucida Grande',sans-serif;
    font-family: var(--font-sans);
}
.team-card{
    width: 350px;
    height: 350px;
}
.team-card-inner{
    width: 300px;
    height: 200px;
}
.team-card-inner img{
    width: 200px;
    height: 200px;
}
.nameNdegn, .team-social{
    background: linear-gradient(107.44deg ,#b84df2 20.09%,#7c33ea 79.55%);
    border-radius: 15px;
}
.nameNdegn{
    left: -20px;
    bottom: -70px;
    transform: rotate(-10deg);
    width: 165px;
}
.team-social{
    right: -20px;
    bottom: -45px;
    transform: rotate(10deg);
    width: 150px;
}
.team-social ul{
    display: flex;
    flex-direction: row;
    list-style: none;
    color: var(--theme-white);
    margin:20px;
    padding-left: 0;
}
.team-social i{
    color:var(--theme-white);
}

@media (min-width:576px){
    .team-card{
        width: 375px;
        height: 75px;
    }
    .team-card-inner{
        width: 325px;
        height: 225px;
    }
    .nameNdegn, .team-social{
        width: 165px;
    }
    .nameNdegn{
        left: -30px;
    }
    .team-social{
        right: -30px;
    }
    .team-card{
        width: 400px;
        height: 400px;
    }
    .team-card-inner img{
        width: 225px;
        height: 225px;
    }
}