svg.grqToolTips {
    bottom: 5px !important;
    top: auto;
    right: 5px;
    width: 14px;
    height: 14px;
}
span.sequra-more-info {
    visibility: visible !important;
}
span.sequra-more-info:after {
    display: none;
}
span.sequra-more-info svg {
    width: 14px;
    height: 14px;
}

@media (max-width: 930px) {
    svg.grqToolTips {
        width: 24px;
        height: 24px;
    }
    span.sequra-more-info svg {
        width: 24px;
        height: 24px;
    }
}