/* === Brand Header === */
.brand-header, #brand-header-other-page {
    border-bottom: 1px solid #000;
    padding: 0;
}

/* Brand title block */
.brand-title-home,
.brand-title-other {
    font-family: 'Georgia', serif;
    font-size: 75px;
    font-weight: bold;
    letter-spacing: 0;
    display: inline-block;
    margin: 0;
    line-height: 1;
}

/* Large starting letter */
.brand-letter {
    vertical-align: bottom;
    margin-right: -15px;
}

/* Rest of brand name */
.brand-name {
    font-family: 'Georgia', serif;
    font-size: 41px;
    font-weight: normal;
    letter-spacing: 3px;
    line-height: 1.2;
    margin: 0;
    display: inline-block;
}

/* Head + Hair Text */
.head-hair-home,
.head-hair-other  {
    float: right;
    padding-top: 1.5rem;
}

.head-hair-label {
    font-family: 'Helvetica Neue', sans-serif;
    font-size: 24px;
    color: #666;
}

.text_other{
    text-align: left;
}

.text_home{
    text-align: left;
}
/* Responsive Tweaks */
@media (max-width: 991.98px) {

    /* Brand title block */
    .brand-title-home,
    .brand-title-other {
        font-family: 'Georgia', serif;
        font-size: 85px;
        font-weight: bold;
        letter-spacing: 0;
        display: inline-block;
        margin: 0;
        line-height: 1;
    }

    /* Large starting letter */
    .brand-letter {
        vertical-align: bottom;
        margin-right: -10px;
    }

    /* Rest of brand name */
    .brand-name {
        font-family: 'Georgia', serif;
        font-size: 51px;
        font-weight: normal;
        letter-spacing: 5px;
        line-height: 1.2;
        margin: 0;
        display: inline-block;
    }

    .head-hair-label {
        font-size: 18px;
    }

    .brand-header {
        border-bottom: none !important;
    }

    .head-hair-other {
        display: none !important;
    }

    .head-hair-home {
        padding-top: 125px;
    }

    .head-hair-home span {
        font-size: 18px;
        font-weight: 500;
        letter-spacing: 3px;
        border-bottom: 1px solid #000;
    }

    .text_other{
        text-align: center;
    }

    .text_home{
        display: flex;
        flex-direction:column;
        flex-wrap: wrap;
        justify-content: left;
    }

    .brand-title-home.pl-4 {
        padding-left: 0 !important;
    }
}
