.textBox {
border: 2px solid #333;
border-radius: 5px;
padding: 22px;
position: relative;
}

.textBox::before {
background-color: #fff;
color: #333;
content: "INFORMATION";
font-weight: bold;
left: 30px;
padding: 3px 10px;
position: absolute;
top: -15px;
}