.teams-details h4 {
    color: #7e35ab
}

.teams-panel {
    background-color: #f4f1f1 !important;
    max-height: none !important;
    padding: 25px
}

.teams-panel.True {
    overflow-y: auto
}

.teams-panel .teams-details .teams-description span::before {
    content: "\f0c8";
    position: absolute;
    width: 30px;
    top: 6px;
    bottom: 0;
    left: 10px;
    font-family: FontAwesome;
    font-size: 8px;
    opacity: .7;
    color: #000
}

.teams-details .teams-description span {
    display: block;
    padding-left: 30px;
    position: relative
}
