.competencies__no-slider .competencies__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-column-gap: 24px;
    -moz-column-gap: 24px;
    column-gap: 24px;
    row-gap: 24px;
    align-items: start;
}

.competencies__item ul {margin-left: 30px;}
.competencies__item ul li{
    list-style: disc outside;
}

.competencies__no-slider .competencies__item {
    padding: 32px 24px 24px;
    background: #fff;
    border-radius: 16px;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
}
.competencies {
    margin-bottom: 88px;
}
.competencies__slider {
    overflow: hidden;
    width: 100%;
}

.competencies__items {
    flex-wrap: wrap;
    width: 100% !important;
}

.competencies__item-inner {
    height: 360px;
    overflow: hidden;
    transition: height 0.4s ease;
}

.competencies__item-inner::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60px;
    background: linear-gradient(to bottom, rgba(255,255,255,0), white 90%);
    pointer-events: none;
    transition: opacity 0.3s;
}

.competencies__item-inner::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60px;
    background: linear-gradient(to bottom, rgba(255,255,255,0), white 90%);
    pointer-events: none;
    transition: opacity 0.3s;
}

.competencies__item-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-column-gap: 16px;
    -moz-column-gap: 16px;
    column-gap: 16px;
    margin-bottom: 18px;
}
.competencies__item-top-avatar {
    margin-top: -32px;
    margin-left: -24px;
    margin-right: -24px;
}
.competencies__item-top-image {
    border-radius: 16px 16px 0 0;
    max-width: 100%;
    aspect-ratio: 9 / 7;
    object-fit: cover;
}
.competencies__item-top-name {
    font-family: "Golos Text";
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    letter-spacing: 0.5px;
    color: rgba(0, 0, 0, 0.87);
    margin-bottom: 4px;
}
.competencies__item-top-job {
    font-family: "Commissioner";
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 32px;
    letter-spacing: 0.25px;
    margin-top: 24px;
}
.competencies__item-content-block:not(:last-child) {
    margin-bottom: 24px;
}
.competencies__item-content-title {
    font-family: "Golos Text";
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.25px;
    color: rgba(0, 0, 0, 0.32);
    margin-bottom: 16px;
}
.competencies__item-content-description {
    font-family: "Golos Text";
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.25px;
    color: rgba(0, 0, 0, 0.87);
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.competencies__item-content-bottom {
    height: 2.5rem;
    margin-top: 1rem;
}
.competencies__item-content-bottom .show-more-btn {
    display: none;
    border: 1px solid rgba(44, 96, 209, 1);
    color: rgba(44, 96, 209, 1);
    background-color: transparent;
    font-size: .9rem;
    padding: .3rem 1rem;
    border-radius: .7rem;
}
.competencies__item-content-bottom .show-more-btn:hover {
    color: white;
}
.competencies__button {
    text-align: center;
}