.titleMain {
    color: #fff;
    margin-bottom: 1em;
    width: 100%;
}

.titleMain h1 {
    font-size: 84px;
    margin: 0;
    text-transform: uppercase;
    line-height: 1em;
    font-weight: 400 !important;
}

.titleSubSection {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.titleSubSection h2 {
    text-transform: uppercase;
    font-size: 60px;
    margin: 0;
    font-weight: 200;
    font-style: italic;
}

.titleLine {
    width: 50px !important;
    height: 2px !important;
    background-color: #fff;
    margin-right: 1em;
}


@media (max-width: 768px) {
    .titleMain h1 {
        font-size: 45px !important;
    }

    .titleSubSection h2 {
        font-size: 30px !important;
    }
}