.box-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 70px;
}
.box-container.thin{
    height: 40px;
}
.box-text {
  padding: 10px;
  width: 200px;
}

.box-text.box-width-2 {
  width: 220px;
}

.box-help {
    position: static;
    right: 0px;
    color: #67635e;
    text-align: right;
    margin-top: 4px;
    margin-bottom: -14px;
    margin-right: 4px;
    font-size: 16px;
}

br {
	line-height: 1.3;
}
