.measurement > .panel > strong:first-child {
 display: block;
 padding: 12px 16px;
 margin: 0 0 8px;
 border-left: 5px solid #138779;
 border-radius: 8px;
 background: #e5f3f0;
 color: #123e50;
 font-size: 22px;
 font-weight: 800;
 line-height: 1.3;
 overflow-wrap: anywhere;
}
.measurement > .panel > strong:first-child + small {
 display: block;
 margin: 0 0 14px;
 color: #52677a;
 font-size: 13px;
}
