﻿.cp-headhor {
}

.cp-headhor-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cp-headhor-title {
    margin: 0;
}

    .cp-headhor-title span {
        color: var(--color-text-default);
        text-transform: uppercase;
        font-family: 'pathSB';
        font-size: 28px;
        line-height: 118%;
    }

    .cp-headhor-title strong {
        display: block;
        font-size: 44px;
        color: var(--color-3);
        font-weight: 100;
        text-transform: uppercase;
        font-family: 'avertaSB';
    }


.cp-headhor-description {
    line-height: 172%;
    color: var(--text-primary);
    font-size: 16px;
    font-weight: 100;
    max-width: 646px;
    margin: 0;
}

/* Mobile & tablet */
@media (max-width: 1023px) {
    .cp-headhor-container {
        flex-direction: column;
        align-items: unset;
        justify-content: unset;
    }

    .cp-headhor-description {
        margin-top: 15px;
    }
}

/* Tablet */
@media (min-width: 740px) and (max-width: 1023px) {
}

/* Mobile */
@media (max-width: 739px) {
    .cp-headhor-title span {
        font-size: 15px;
    }

    .cp-headhor-title strong {
        font-size: 25px;
    }
}
