﻿.p-headtitlelink {
}

.p-headtitlelink-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 4px solid rgb(255 193 60 / 60%);
    padding-bottom: 12px;
}

    .p-headtitlelink-container .title {
        margin: 0;
        text-transform: uppercase;
        color: var(--color-text-default);
        font-family: 'pathSB';
        font-size: 44px;
        line-height: 117.2%;
    }

    .p-headtitlelink-container .link {
        color: #A0A0A0;
        font-family: pathSB;
        font-weight: 100;
        text-transform: uppercase;
        font-size: 20px;
        line-height: 117.2%;
        transition: all .3s;
    }

        .p-headtitlelink-container .link:hover {
            color: var(--color-3);
        }

/* Mobile & tablet */
@media (max-width: 1023px) {
}

/* Tablet */
@media (min-width: 740px) and (max-width: 1023px) {
}

/* Mobile */
@media (max-width: 739px) {

    .p-headtitlelink-container .title {
        font-size: 20px;
    }

    .p-headtitlelink-container .link {
        font-size: 13px;
    }
}
