.textboxstyle_6 h3.card-title {
    padding: 0 0 20px 0;
    display: inline-block;
    font-size: 4rem;
    text-transform: uppercase;
    font-weight: bold;
    background: url(/img/path.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 0 70px;
}
.textboxstyle_6 h3.card-title span {
    color: var(--bs-primary);;
}
