.reviewcolumn .vc_column-inner {
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 0%);
    transition: .5s;
    background-color: #e0f0ff !IMPORTANT;
    border-radius: 15px !IMPORTANT;
}
.reviewcolumn .vc_column-inner:hover {
    transform: translateY(-5px);
}
      
             
.video-box-cst {
    box-shadow: 0px 0px 18px -6px #00363e;
    border-radius: 20px;
    margin-top: 0px !important;
    border: 5px solid #e0f0ff;
    width: 100%;
    max-width: 520px;
}

.video-box-cst iframe {
    border-radius: 18px !important;
}
h3.videotitle {
    font-weight:600 !important;
}
.container {
    float: none;
    margin: 0 auto !important;
}
@media(max-width:767px){
.video-testi-sect {
    width: 100%;
    margin: auto;
}

h3.videotitle {
    font-size: 22px !IMPORTANT;
}
.top-hd-vdo-tes h4 {
    font-size: 20px !IMPORTANT;
}

.top-hd-vdo-tes {
    margin-bottom: 0 !IMPORTANT;
}
}