.team-area .team-wrapper> :nth-child(2n+1) {
    margin-top: 0px;
}

.team-area .section-title {
    max-width: 100%
}

.team-area .section-header {
    display: grid;
    gap: 20px 60px;
    grid-template-columns: 1fr auto;
    align-items: center
}

@media only screen and (max-width: 991px) {
    .team-area .section-header {
        grid-template-columns: 1fr
    }
}

.team-area .section-header .text {
    max-width: 420px
}

.team-area .team-wrapper-box {
    margin-top: 63px
}

@media only screen and (max-width: 1399px) {
    .team-area .team-wrapper-box {
        margin-top: 53px
    }
}

@media only screen and (max-width: 1199px) {
    .team-area .team-wrapper-box {
        margin-top: 43px
    }
}

.team-area .team-wrapper {
    display: grid;
    gap: 40px 30px;
    grid-template-columns: repeat(5, 1fr)
}

@media only screen and (max-width: 1399px) {
    .team-area .team-wrapper {
        gap: 40px 30px
    }
}

@media only screen and (max-width: 991px) {
    .team-area .team-wrapper {
        grid-template-columns: repeat(3, 1fr)
    }
}

@media only screen and (max-width: 767px) {
    .team-area .team-wrapper {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media(max-width: 575px) {
    .team-area .team-wrapper {
        grid-template-columns: repeat(1, 1fr)
    }
}

.team-box .thumb img {
    width: 100%;
    border-radius: 5px;
}

.team-box .title {
    font-size: 24px;
    line-height: 1
}

@media only screen and (max-width: 1199px) {
    .team-box .title {
        font-size: 20px
    }
}

.team-box .text {
    font-size: 16px;
    font-weight: 500;
    margin-top: 7px
}

@media only screen and (max-width: 1199px) {
    .team-box .text {
        margin-top: 3px
    }
}

.team-box .content {
    margin-top: 37px
}

@media only screen and (max-width: 1399px) {
    .team-box .content {
        margin-top: 27px
    }
}

.team-area .team-box .title {
    font-size: 20px;
    line-height: 1.2;
    text-transform: none;
}

.team-area .team-box .text {
    font-size: 14px;
    font-weight: normal;
    text-transform: none;
    font-family: var(--font_plusjakartasans);
    margin-top: 7px;
}

.team-area .pagination-box {
        margin-top: 50px
    }

    .team-area .pagination {
        display: flex;
        gap: 10px
    }

    .team-area .pagination a {
        width: 60px;
        height: 60px;
        border: 1px solid var(--border);
        display: inline-flex;
        justify-content: center;
        align-items: center;
        border-radius: 50%;
        font-size: 18px;
        color: var(--primary)
    }

    .team-area .pagination a:hover {
        background-color: var(--primary);
        border-color: rgba(0, 0, 0, 0);
        color: var(--white)
    }

    .team-area .pagination li.active a {
        background-color: var(--primary);
        color: var(--white);
        border-radius: 50%;
    }

    .dark .team-area .pagination a:hover {
        background-color: var(--white);
        color: var(--black)
    }

    .text-subtitle {
        font-size: 18px;
        font-weight: 500;
        text-transform: none;
        font-family: var(--font_plusjakartasans);
        margin-top: 10px;
    }
    .wc-btn-group {
      display: flex;
      width: -moz-fit-content;
      width: fit-content
    }

    .wc-btn-group>*:nth-child(1) {
      transform: scale3d(0.5, 0.5, 1);
      margin-inline-end: -40px
    }

    .wc-btn-group>*:nth-child(2) {
      transform: scale3d(1, 1, 1)
    }

    .wc-btn-group>*:nth-child(3) {
      transform: scale3d(1, 1, 1);
      margin-inline-start: 0
    }

    .wc-btn-group:hover>*:nth-child(1) {
      transform: scale3d(1, 1, 1);
      margin-inline-end: 0
    }

    .wc-btn-group:hover>*:nth-child(2) {
      transform: scale3d(1, 1, 1)
    }

    .wc-btn-group:hover>*:nth-child(3) {
      transform: scale3d(0.5, 0.5, 1);
      margin-inline-start: -40px
    }

    .wc-btn-circle {
      text-align: center;
      width: 40px;
      height: 40px;
      font-weight: 500;
      font-size: 16px;
      line-height: 1.5;
      color: var(--black);
      border-radius: 100%;
      display: flex;
      gap: 10px;
      align-items: center;
      justify-content: center;
      background-color: var(--white)
    }

    @media only screen and (max-width: 1199px) {
      .wc-btn-circle {
        width: 40px;
        height: 40px
      }
    }

    .wc-btn-circle:hover {
      background-color: var(--black);
      color: var(--white)
    }

    .wc-btn-oval {
      font-weight: 500;
      font-size: 16px;
      line-height: 1.5;
      color: var(--white);
      border: 1px solid #3f3a36;
      display: inline-block;
      padding: 32px 52px;
      text-align: center;
      transition: all .3s;
      border-radius: 50% 50% 50% 50%/50% 50% 50% 50%
    }

    .wc-btn-circle {
      background-color: var(--white);
      width: 40px;
      height: 40px;
      font-size: 18px;
      color: var(--black);
      border: 1px solid var(--black)
    }

    .dark .wc-btn-circle {
      background-color: var(--black);
      color: var(--white);
      border-color: var(--white)
    }

    .wc-btn-circle:hover {
      background-color: var(--white);
      color: var(--black)
    }

    .dark .wc-btn-circle:hover {
      background-color: var(--black);
      color: var(--white);
      border-color: var(--white)
    }

    .wc-btn-circle i {
      transform: rotate(-45deg)
    }

    .wc-btn-primary {
      font-size: 15px;
      font-weight: 500;
      text-transform: uppercase;
      background-color: var(--white);
      color: var(--black);
      padding: 0 35px;
      border-radius: 40px
    }

    .dark .wc-btn-primary {
      background-color: var(--black);
      color: var(--white)
    }

    .wc-btn-primary:hover {
      background-color: var(--white);
      color: var(--black);
      border-color: var(--black)
    }

    .dark .wc-btn-primary:hover {
      background-color: var(--black);
      color: var(--white);
      border-color: var(--white)
    }

    .wc-btn-normal {
      font-size: 15px;
      font-weight: 500;
      text-transform: uppercase
    }

    .wc-btn-normal i {
      transform: rotate(-45deg)
    }

    .wc-btn-group {
      display: flex;
      width: -moz-fit-content;
      width: fit-content
    }

    .wc-btn-group>*:nth-child(1) {
      transform: scale3d(0.5, 0.5, 1);
      margin-inline-end: -60px
    }

    .wc-btn-group>*:nth-child(2) {
      transform: scale3d(1, 1, 1)
    }

    .wc-btn-group>*:nth-child(3) {
      transform: scale3d(1, 1, 1);
      margin-inline-start: 0
    }

    .wc-btn-group:hover>*:nth-child(1) {
      transform: scale3d(1, 1, 1);
      margin-inline-end: 0
    }

    .wc-btn-group:hover>*:nth-child(2) {
      transform: scale3d(1, 1, 1)
    }

    .wc-btn-group:hover>*:nth-child(3) {
      transform: scale3d(0.5, 0.5, 1);
      margin-inline-start: -60px
    }
