.example{
    background: var(--black, #202124);
    padding: 32px 0;
    color: var(--white);
    border-bottom: 1px solid var(--grey-4, #4D4D50);
}

.example h2{
    color: var(--white);
    margin: 0 0 24px;
}

.example-slider{
    padding: 45px 0;
    margin-top: 24px;
}

.example-slider__item{
    width: 240px;
    height: 430px;
}

.example-slider__item video{
    width: 100%;
    height: 100%;
    border-radius: 12px;
    background: transparent;
}

.example-slider__item.example-slider__item-images{
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.example-slider__item.example-slider__item-images img,
.example-slider__item.example-slider__item-video img{
    width: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 12px;
    background: var(--grey-3, #5F6368);
}

.example-slider__item.example-slider__item-images img{
    height: calc(50% - 10px);
}

.example-slider__item.example-slider__item-video img{
    height: 100%;
}

.example-slider__item.example-slider__item-content{
    border-radius: 12px;
    background: var(--grey-3, #5F6368);
    padding: 24px 18px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.example-slider__profile{
    display: flex;
    align-items: center;
    gap: 9px;
    margin: 0 0 12px;
}

.example-slider__profile-image{
    width: 45px;
    height: 45px;
    min-width: 45px;
}

.example-slider__profile-content{
    display: flex;
    flex-direction: column;
    gap: 2px;
    color: var(--white);
}

.example-slider__profile-name{
    margin: 0;
    padding: 0;
    color: var(--white, #FFF);
    font-feature-settings: 'liga' off, 'clig' off;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
}

.example-slider__profile-post{
    color: #D7D8DA;
    font-size: 9px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin: 0;
    padding: 0;
}

.example-slider__text{
    color: var(--white, #FFF);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */
    flex: 1 1;
}

.example-slider__text p{
    margin: 0;
    padding: 0;
}

.example-slider__item-bottom{
    transform: translateY(45px);
}

.example-slider__item-top{
    transform: translateY(-45px);
}

.example-slider__logo{
    height: 68px;
}

.example__description{
    color: var(--white, #FFF);
    font-feature-settings: 'liga' off, 'clig' off;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 21px */
    margin: 0 0 24px;
}

.example__description p{
    margin: 0;
    padding: 0;
}

.example__callback.button.button-primary{
    width: 100%;
    color: var(--black);
}

@media (min-width: 48rem) {
    .example__callback{
        width: 100%;
        max-width: fit-content;
        padding-left: 24px;
        padding-right: 32px;
    }
}

@media (min-width: 64rem) {
    .example{
        padding: 32px 0 100px;
    }

    .example .h2{
        font-size: 40px;
    }

    .example__description{
        font-size: 20px;
        max-width: 784px;
        margin: 0 0 32px;
    }

    .example-slider{
        margin: 42px 0 0;
    }

    .example-slider__item{
        width: 320px;
        height: 572px;
    }

    .example-slider__profile-image{
        width: 60px;
        height: 60px;
        min-width: 60px;
    }

    .example-slider__profile{
        gap: 15px;
    }

    .example-slider__profile-name{
        font-size: 20px;
    }

    .example-slider__profile-content{
        gap: 4px;
    }

    .example-slider__profile-post{
        font-size: 12px;
    }

    .example-slider__text{
        font-size: 16px;
    }

    .example-slider__profile{
        margin: 0 0 16px;
    }

    .example-slider__item.example-slider__item-content{
        padding: 32px 24px;
    }
}
