.team-info-wrapper .team-info-txt {
  height: 100%;
  padding: 30px;
  position: relative;
}

/*12may2023 for selfserve edit mode*/
.team-info-wrapper .team-info-content{position:relative;z-index:2}
/*12may2023 for selfserve edit mode*/

.team-info-wrapper .team-info-txt:before {
  content: '';
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 0 0 90px;
}

.team-info-wrapper .team-info-small-row .team-info-txt:before {
    border-bottom-left-radius: 90px;
}

.team-info-wrapper .team-info-top {
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid #648D9E;
      position: relative;
    z-index: 1;
}

.team-info-wrapper .team-info-top .team-info-content {
position: relative;
    z-index: 1;
}

.team-info-wrapper .team-info-top .label {
margin-bottom: 10px;
}

.team-info-wrapper .team-info-top h2 {
  margin-bottom: 0;
}

/*----- Media Query
-----------------------*/

@media all and (max-width: 991.98px) {

.team-info-wrapper .team-info-small-row .team-info-txt:before {
    border-bottom-left-radius: 40px;
}

.team-info-wrapper .team-info-txt:before {
    border-radius: 0 0 40px;
}

}