.trusted_video_card {
    height:100%;
    border: 1px solid var(--Charcoal-10, #DFE0E0);
    border-radius: 10px 10px;
    overflow: hidden;
}
.trusted_video_card .filter-card-item > img {
    width: 100%;
}
.trusted_video_content{
    position: relative;
    min-height: 200px;
}

.trusted_video_content p:last-child {
    display: flex;
    align-items: center;
    margin-top: 5px;
}
 .trusted_video_content p:last-child:before {
    content: "";
    display: inline-block;
    font-family: Font Awesome\ 6 Pro;
    font-weight: 900;
    margin-right: 5px;
    background-image: url("data:image/svg+xml,%0A%3Csvg width='15' height='14' viewBox='0 0 15 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_1253_2514)'%3E%3Cpath d='M7 13.9902C10.866 13.9902 14 10.8562 14 6.99023C14 3.12424 10.866 -0.00976562 7 -0.00976562C3.13401 -0.00976562 0 3.12424 0 6.99023C0 10.8562 3.13401 13.9902 7 13.9902Z' fill='%23C7E5DB'/%3E%3Cpath d='M4.25977 6.98989L6.19005 8.87821L10.0506 5.10156' stroke='%23212428' stroke-width='0.795062' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1253_2514'%3E%3Crect width='14.3111' height='14' fill='white' transform='translate(0 -0.00976562)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    width: 18px;
    height: 18px;
} 
.trusted_video_content p{
    margin-bottom: 0;
}
.drs_rev p {
    font-weight: 400;
    color: var(--Charcoal, #212428);
    font-family: "TT Commons";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}
.trusted_video_content p{
    font-size: 20px;
}