/* teams post list content */

.team-members {
    display: block;
}

.team-members .team-item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 130px;
}

.team-members .team-item .team-item-image-block {
    width: 31.5%;
}

.team-members .team-item .team-item-image-block .img img {
    width: 100%;
    object-fit: contain;
}

.team-members .team-item .team-item-content-block {
    width: 64.4%;
}

.team-members .team-item .team-item-content-block .section-label {
    margin-bottom: 10px;
}

.team-members .team-item .team-item-content-block .section-subtitle {
    color: #323232;
    font-family: Lato;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 14px;
}

.section-language {
    margin: 34px 0;
    gap: 10px;
    display: flex;
    align-items: center;
}

.section-label .section-language {
    margin: 20px 0 0;
}

.section-language p {
    color: #323232;
    font-family: Lato;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.team-members .team-item .team-item-content-block .content-part {
    margin-top: 45px;
}

.team-members .team-item .team-item-content-block .content-parts .title {
    color: #323232;
    font-family: Lato;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.team-members .team-item .team-item-content-block .content-parts .description {
    color: #323232;
    font-family: Lato;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

@media (max-width: 568px) {
   .section-support-team .slick-dots {
        bottom: -30px !important;
    }
}