.qs:hover {
    cursor: pointer;
}

.product_info li {
    padding: 0 0 0 34px;
    margin: 0 0 10px 0;
    font-weight: 300;
    list-style: none;
    background-image: url(../images/bullet-tick.png);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 20px;
    min-height: 24px;
}

.ti {
    font-size: 65px;
}

@media only screen and (max-width: 767px) {
    .ti {
        font-size: 32px;
    }
}