.handle-title {
display: flex;
flex-direction: row;
align-items: flex-start;
}
.title-text {
font-family: 'SF Pro Text';
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 24px;
color: #35394a;
margin-bottom: 4px;
margin-top: -2px;
}