div.video-review-details{display:flex;align-content:flex-start;position:relative;flex-wrap:wrap;background-color:#FFF;box-shadow:rgb(0 0 0 / .2) 0 0 14px 0;padding:24px;height:100%;border-radius:16px;overflow:hidden}div.video-review-details::before{content:"";position:absolute;top:-16px;right:-16px;transform:rotate(2deg);background-repeat:no-repeat;background-size:contain;background-position:top right;opacity:.1;width:50%;height:200px}div.video-review-details h2{position:relative;width:100%;margin:0 auto 16px;font-size:1.8rem;text-align:left}div.video-review-details h2::after{content:"";position:absolute;bottom:-4px;left:0;width:100px;height:4px;background-color:var(--global-palette1)}div.video-review-details .details-row h3{font-size:1.125rem;margin:0 0 0;display:block}div.video-review-details .details-row p{line-height:1.4}div.video-review-details .details-row{margin-bottom:16px}div.video-review-details .details-row:last-child{margin-bottom:0}@media screen and (max-width:964px){div.video-review-details{padding:16px}div.video-review-details h2{font-size:1.4rem;line-height:1.2}div.video-review-details h2::after{bottom:-6px}}@media screen and (max-width:768px){div.video-review-details{padding:16px}div.video-review-details h2{font-size:1.4rem;line-height:1.2}}