.team-members .item .opner-title, .team-members .item .opner-title:after {
  transition: all 0.3s ease-in-out; }

.ellipsis {
  white-space: nowrap;
  /* 1 */
  text-overflow: ellipsis;
  /* 2 */
  overflow: hidden; }

.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.team-members {
  margin-bottom: 28px; }
  @media (min-width: 1024px) {
    .team-members {
      margin-bottom: 80px; } }
  .team-members .item:last-child .opner-title {
    border: 0; }
  .team-members .item.active .opner-title:after {
    transform: translateY(-50%) rotate(-90deg); }
  .team-members .item .opner-title {
    color: #60b7ea;
    border-bottom: 2px solid #60b7ea;
    cursor: pointer;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.222;
    text-transform: uppercase;
    position: relative;
    min-height: 80px;
    padding: 17px 55px 17px 0;
    display: flex;
    align-items: center; }
    @media (min-width: 1024px) {
      .team-members .item .opner-title {
        min-height: 58px;
        padding: 2px 55px 2px 0; } }
    .team-members .item .opner-title:hover {
      color: #0f1a46; }
      .team-members .item .opner-title:hover:after {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10.633' height='17.023' viewBox='0 0 10.633 17.023'%3E%3Cg id='Group_692' data-name='Group 692' transform='translate(8.511 2.121) rotate(90)'%3E%3Cline id='Line_29' data-name='Line 29' x1='9.037' transform='translate(0 0) rotate(45)' fill='none' stroke='%230F1A46' stroke-linecap='round' stroke-width='../3.html'/%3E%3Cline id='Line_31' data-name='Line 31' x1='9.037' transform='translate(12.78 0) rotate(135)' fill='none' stroke='%230F1A46' stroke-linecap='round' stroke-width='../3.html'/%3E%3C/g%3E%3C/svg%3E"); }
    .team-members .item .opner-title:after {
      background-repeat: no-repeat;
      background-size: contain;
      background-position: center;
      width: 15px;
      height: 17px;
      content: "";
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10.633' height='17.023' viewBox='0 0 10.633 17.023'%3E%3Cg id='Group_692' data-name='Group 692' transform='translate(8.511 2.121) rotate(90)'%3E%3Cline id='Line_29' data-name='Line 29' x1='9.037' transform='translate(0 0) rotate(45)' fill='none' stroke='%2360b7ea' stroke-linecap='round' stroke-width='../3.html'/%3E%3Cline id='Line_31' data-name='Line 31' x1='9.037' transform='translate(12.78 0) rotate(135)' fill='none' stroke='%2360b7ea' stroke-linecap='round' stroke-width='../3.html'/%3E%3C/g%3E%3C/svg%3E");
      position: absolute;
      top: 50%;
      right: 12px;
      transform: translateY(-50%); }
      @media (min-width: 1024px) {
        .team-members .item .opner-title:after {
          right: 5px; } }
  .team-members .item .holder-content {
    padding: 25px 0; }
    @media (min-width: 1024px) {
      .team-members .item .holder-content {
        padding: 24px 0 16px; } }
  .team-members ul {
    list-style-type: none;
    padding-left: 30px; }
    .team-members ul:last-child {
      margin: 0; }
    .team-members ul li {
      font-family: "Merriweather", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
      position: relative;
      font-size: 18px;
      padding-left: 20px;
      margin-bottom: 12px; }
      @media (min-width: 1024px) {
        .team-members ul li {
          margin-bottom: 18px; } }
      .team-members ul li:before {
        width: 8px;
        height: 8px;
        content: "";
        background: #84dccf;
        position: absolute;
        top: 6px;
        left: 0;
        border-radius: 50%; }
      .team-members ul li strong {
        font-weight: 900; }

/*# sourceMappingURL=team-members.css.map */