:root {
    --light-green: #D0DBAB;
    --green: #B2BD8B
}

.slider {
    max-height: 530px;
    overflow: hidden;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    position: relative;
}

.slider-item {
    background-color: var(--light-green);
    border-radius: 30px;    
    width: 730px;
    height: 320px;
    margin-bottom: 15px;
    transition: transform .5s linear;
    padding: 29px;
}

.review-img_background {
    width: 92px;
    height: 92px;
    overflow: hidden;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    background-color: var(--green);
}

.review-img_background img {
    width: 66px;
    height: 66px;
}

.review-name {
    font-family: Inter;
    font-size: 25px;
}

.review-job {
    font-size: 20px;
    font-family: Inter;
}

.review-fear {
    height: 75px;
    max-height: 75px;
    max-width: 235px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--green);
    padding: 10px;
    border-radius: 15px;
    font-family: Inter;
    font-size: 20px;
    display: flex;
    justify-content: space-between;
}

.review-request {
    max-width: 233px;
    height: 170px;
    background-color: var(--green);
    border-radius: 20px;
    padding: 20px;
}

.review-request_header {
    font-size: 25px;
    font-family: Inter;
}

.review-request_text {
    font-size: 20px;
    font-family: Inter;
}

.review-text {
    font-family: Inter;
    font-size: 25px;
    max-width: 400px;
}

.video-slider-wrapper {
    
}

.video-slider-item {

}