#teamFilterBtn {
    display: flex;
    flex-direction: column;
    gap: 10px 0;
}

#teamFilterBtn a {
    color: #1D4D6B;
    font-size: 19px;
    font-weight: 500;
    padding: 5px 15px;
}
#teamFilterBtn a.active {
  background: rgb(209 213 215 / 50%);
}


#tLc {
    display: flex;
    flex-direction: column;
    gap: 40px 0;
    height: auto;
    overflow: hidden;
}

#tLc .teams {
  display: flex !important;
}

#tLc .teams > div{
  width: auto;
}
#tLc .teams .t-img {
    width: 52%;
    background-position: top center;
    background-size: 100%;
    background-repeat: no-repeat;
    order:1
}
#tLc .teams .t-content {
    width: 48%;
    order: 2;
    padding: 0px 25px;
}

#tLc .teams:nth-child(even) .t-img {
order: 2;
}
#tLc .teams:nth-child(even) .t-content {
order: 2;
}


#tLc a.a {
    background: #0074ac;
    color: #fff;
    padding: 10px 28px;
    display: inline-flex;
    font-size: 18px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    border-radius: 5px;
}

h3.t-titlee {
    color: #1D4D6B !important;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    margin: 0;
}


p.p-position {
    color: #000;margin-bottom: 0.6em;
}


h3.t-titlee a {
  color:#008BCC;
      margin-bottom: 0;
}

.p-content {
    margin-bottom: 1em;
    color:#000;

}


/* Single */

.rp-item:not(:last-child) {
  padding-bottom: 67px;
  margin-bottom: 65px;
  border-bottom: 1px solid #A6B6C8
}

.rp-item h3 {
    font-weight: 600;
    color: #000 !important;
    font-family: 'Poppins', sans-serif;
    padding: 13px 0 0;
    margin-bottom: 5px;
    font-size: 32px;
}

.rp-item .content {
  color:#000;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 18px;
  margin-bottom: 55px;

}

.rp-item a.button, .rp-item a.button:hover {
    background: #0074ac;
    color: #fff;
    padding: 10px 28px;
    font-size: 18px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    border-radius: 5px;
    margin: 0 auto;
    display: block;
    width: 40%;
    text-align: center;
}


@media only screen and (max-width:767px) {
  #tLc .teams {
    display: flex !important;
    flex-direction: column;
  }
  #tLc .teams .t-img {
    width: 100%;height: 193px;
  }
  #tLc .teams .t-content {
    width: 100%;
    padding: 0px 0;
  }
}