.details__title .sicon-fire {
    display: none !important;
}

.details__title {
    display: flex;
    align-items: center;
    gap: 8px;
}

.details__title::before {
    content: "";
    width: 40px;
    height: 40px;
    flex-shrink: 0;
    background-image: url("https://img.sanishtech.com/u/1a57a1c5d3dcdf86c06a158f46d81597.gif");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}