.ti-container-a73b11c1 {
    display: flex;
    flex-direction: column;
}

.ti-top-row {
    display: flex;
    align-items: baseline;
    gap: 5px;
    margin-bottom: 10px;
}

.ti-primary {
    font-size: 60px;
    font-weight: 700;
    line-height: 1;
    color: #1a2b4c;
}

.ti-secondary {
    font-size: 24px;
    font-weight: 400;
    color: #1a2b4c;
}

.ti-desc {
    font-size: 16px;
    line-height: 1.5;
    color: #555;
    max-width: 300px;
}