/*
* Created by Abbas 18 Mar 2021
* Include this file in all reviews to make future changes easier
*/
@media screen and (max-width: 600px) {
    img[src*="CR-replace-banner"]{
        display: none !important;
    }
}


@media screen and (min-width: 769px) and (max-width: 1024px){
    .ul-check2 li{
        line-height: inherit !important;
    }
}

.ul-check2 li {
    line-height: 1;
    min-height: 33px;
    display: flex;
    align-items: center;
}