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