/* Wall of love starts */
.reviews-page-wrap .card.card-p0 {
    padding: 0 !important;
    overflow: hidden;
}

.card .video-testimonial {
    position: relative;
    object-fit: cover !important;
    width: 100%;
    background-position: center center;
    max-height: 400px;
}

.card .video-testimonial .play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 4;
}

.user-name-video-testimonial {
    font-size: 18px;
    font-family: 'ProximaNova-Semibold';
    color: white;
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    padding-left: 24px;
    background: linear-gradient(180deg, transparent 0, transparent 30%, #000);
    height: 90px;
    display: flex;
    align-items: center;
}


.reviews-page-wrap .card {
    border-radius: 16px;
    border: 1px solid #DAE9FF;
    background: #FFF;
    padding: 32px !important;
    margin-top: 46px;

}

.reviews-page-wrap .card .img {
    margin-bottom: 24px !important;
    margin-top: -65px;
}

.reviews-page-wrap .card .img img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 50% !important;
}

.reviews-page-wrap .card .star {
    margin-bottom: 24px !important;
}

.reviews-page-wrap .card .text {
    margin-bottom: 16px !important
}

.reviews-page-wrap .card .text p:last-child {
    margin-bottom: 0 !important;
}

.reviews-page-wrap .card .user_box p.name {
    margin-bottom: 0px !important;
    font-family: 'ProximaNova-Bold' !important;
}

.reviews-page-wrap .card .user_box p.pos {
    margin-bottom: 0 !important;
    font-size: 16px !important;
    line-height: 26px !important;
    color: #56606E !important;
}

.reviews-page-wrap .card .star br {
    display: none !important;
}

@media (min-width: 768px) and (max-width: 991px) {
    .card-columns {
        column-count: 2;
    }
}

@media (max-width: 767px) {
    .card-columns {
        column-count: 1;
        padding: 0 15px;
    }
}

/* Wall of love ends */