.box-with-text {
    border: 1px solid #e3730b;
    border-radius: 10px;
    background-color: #e3730b0a;
    position: relative;
    padding: 10px 5px;
    margin-bottom: 10px;
}

.box-with-text * {
    margin-bottom: 0pt;
}

.box-with-text > .box-text {
    background-color: #e3730b;
    color: white;
    padding: 5px;
    border-radius: 10px;
    position: absolute;
    top: -11px;
    /* left: auto; */
    right: 11px;
}