    img[alt="check-point"] {
        width: 250px !important;
        max-width: 300px !important;
    }

    @media screen and (max-width:500px) {
        img[alt="check-point"] {
            max-width: 100% !important;
        }
    }
