/* Titles */
.ya-title-decorated {
    position: relative;
}

.ya-title-decorated::after {
    content: "";
    width: 25%;
    height: 2px;
    background-color: var(--ya-font-grey);
    position: absolute;
    margin: 0px auto;
    left: 0;
    right: 0;
    bottom: -5px;
}

.ya-title-h1 {
    font-family: 'Sfp-Bold';
    font-size: 58px;
    width: 100%;
    height: fit-content;
    padding: 0;
    margin: 0px;
    margin-bottom: 50px;
    text-align: center;
    color: var(--ya-font-grey);
}

.ya-title-h2 {
    font-family: 'Sfp-Bold';
    font-size: 48px;
    width: 100%;
    height: fit-content;
    padding: 0;
    margin: 0px;
    margin-bottom: 50px;
    text-align: center;
    color: var(--ya-font-grey);
}

.ya-title-h3 {
    font-family: 'Sfp-Bold';
    font-size: 38px;
    width: 100%;
    height: fit-content;
    padding: 0;
    margin: 0px;
    margin-bottom: 50px;
    text-align: center;
    color: var(--ya-font-grey);
}

.ya-title-h4 {
    font-family: 'Sfp-Bold';
    font-size: 28px;
    width: 100%;
    height: fit-content;
    padding: 0;
    margin: 0px;
    margin-bottom: 50px;
    text-align: center;
    color: var(--ya-font-grey);
}

.ya-title-h5 {
    font-family: 'Sfp-Bold';
    font-size: 22px;
    width: 100%;
    height: fit-content;
    padding: 0;
    margin: 0px;
    margin-bottom: 50px;
    text-align: center;
    color: var(--ya-font-grey);
}

.ya-title-h6 {
    font-family: 'Sfp-Bold';
    font-size: 18px;
    width: 100%;
    height: fit-content;
    padding: 0;
    margin: 0px;
    margin-bottom: 50px;
    text-align: center;
    color: var(--ya-font-grey);
}