Warum nicht mit Hausmitteln arbeiten? Intiutiv muss `tcolorbox` Einstellungen haben (sind ja nicht nur ein paar...), die sowas ermöglichen.
[![alt text][1]][1]
\documentclass[11pt, a4paper,twoside]{scrartcl}
\usepackage[theorems,skins,breakable]{tcolorbox}
\usepackage{bclogo}%
\begin{document}
\section{Neu}
\tcbset{width=\linewidth}
\newtcbox{\mybox}[1]{colback=red!5!white,
colframe=red!75!black,fonttitle=\bfseries,
title={\hphantom{\bclampe}#1},
%lefttitle=2mm, % additional to "\hphantom{\bclampe}", default value = 4mm
boxsep=0pt, % 1mm = default value of "boxsep"
toptitle=0mm, %
bottomtitle=5mm, %
enhanced, title code={
\node[anchor=west] at (title.west) {\bclampe}; }, %
}
\mybox{Hello there}{This is my own box.}
\section{Alt}
\newtcbox{\myboxA}[1]{colback=red!5!white,
colframe=red!75!black,fonttitle=\bfseries, title=#1}
\myboxA{\bclampe Hello there}{This is my own box.}
\end{document}
[1]: https://texwelt.de/upfiles/555555555_2.png