
#team  h1.text{
    text-align: left;
    margin: 0;
    padding: 40px 56px;
    max-width: 70%;
    border-right: 1px solid var(--Powder-Blue, #aabadc);
}

#team .text-block hr {
    margin: 0;
    border: 1px solid var(--Powder-Blue, #aabadc);
}

#team .card-team {
  display: flex;
  flex-direction: column;
  padding: 20px;
}

#team .row {
  display: flex;
  gap: 16px; 
}

#team .column {
  width: 50%;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  padding: 40px 64px;
  background: rgba(229, 241, 255, 0.80);
}
#team .column img{
  width: 50%;
  display: block;
  z-index: 999;
}
.column .column-text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.column .column-text .team-role{
  margin: 0;
  color: var(--Dark-Navy-Blue, #090524);
  font-family: "Funnel Sans";
  font-size: 16px;
}
.column .column-text .team-name{
  background: radial-gradient(200.15% 141.42% at 0% 0%, #0D8DE7 0%, #090524 100%), #090524;
    background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Funnel Sans";
  font-size: 40px;
  font-style: normal;
      margin-top: 24px;
    margin-bottom: 0;
}
.column .column-text .team-description{
  color: var(--Dark-Navy-Blue, #090524);
  font-family: "Funnel Sans";
  font-size: 16px;
  align-self: stretch;
  margin-top: 24px;
}
.column .column-text a.cta.large {
    width: 220px;
    padding: 16px 0;
    min-height: 20px;
        z-index: 99;
        margin-top: 40px;
}

  .team-description {
    display: block;
    -webkit-line-clamp: unset;
    -webkit-box-orient: unset;
    overflow: visible;
  }

  .read-more-btn {
    display: none;
  }


@media screen and (max-width: 1024px) {
  main .inverted-text-module.white{
    padding-top: 66px;
  }
  #team .column {
    padding: 24px 16px;
  }
  #team h1.text{
    padding: 40px 20px;
    border: none;
    width: 100%;
  }
  hr{
    display: none;
  }
   #team .row {
    flex-direction: column;
  }

  #team .column {
    width: 100%;
  }

  #team .row:nth-child(2) .column:first-child {
    order: 2;
  }

  #team .row:nth-child(2) .column:last-child {
    order: 1;
  }
  .column .column-text a.cta.large {

    margin-top: 24px;
}

.team-description {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: all 0.3s ease;
}

.team-description.expanded {
 -webkit-line-clamp: unset;
  overflow: visible;
}

  .read-more-btn {
    display: inline-block;
    margin-top: 10px;
    background: none;
    border: none;
    color: var(--Dark-Navy-Blue, #090524);
    font-family: "Funnel Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    cursor: pointer;
    text-decoration-line: underline;
    text-decoration-style: solid;
    padding: 0;
    text-align: left;
    z-index: 9999999;
    position: relative;
  }
}
