.titleBlock {
    display: flex;
    flex-direction: column;
}

.titleBlock .title {
    font-size: 30px;
    font-weight: 600;
    color: black;
    text-decoration: none;
}

.titleBlock .subline {
    width: 170px;
    margin: 15px 0;
    height: 1px;
    background-color: black;
}

.titleBlock .subTitle {
    font-size: 26px;
    font-weight: 300;
    color: black;
}