<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.title-section {
    padding: 2.5rem 0 3rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}
.title-section__title {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
}
.title-section__title-text{
    margin: 0 1rem 1rem 0;
    font-size: 2.5rem;
    line-height: 1.15;
    font-weight: 500;
}

.title-section__total-count {
    margin: 0 1rem 1rem 0;
    font-size: 1.8rem;
    line-height: 1.15;
    font-weight: 400;
    color: #BDC2D3;
    position: relative;
    top: -0.2rem;
}</pre></body></html>