div.infoBox {
    display: flex;
    gap: 15px;
    margin-top: 30px;
    padding: 19px;
    background: linear-gradient(90deg, rgba(255, 171, 25, 0.05) 0%, rgba(255, 171, 25, 0) 100%);
    background-color: white;  
    border: 1px #FFAB19 solid;
    font-size: 16px;
    line-height: 22px;
}

img.icon {
    height: 22px;
}

@media (max-width: 767px) {
    div.infoBox {
        width: 260px;
        margin-bottom: 12px;
        font-size: 14px;
    }

    div.infoBox.taskbag {
        margin-bottom: 50px;
    }

    div.infoBox.helpdesk {
        position: absolute;
        top: 1105px;
    }
}