
.outer-box{
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
}
.logo-box{
    font-family: 'Roboto Condensed', sans-serif;   
}
.brand-logo{
    display: flex;
    text-decoration: none;
    font-family: 'Roboto Condensed', sans-serif;
    
}
.brand-logo img{
    display: inline-block;
    width: 100px;
    height: 90px;
    vertical-align: middle;
    margin-right: 20px;
}
.brand-logo  p{
   font-size: 22px;
    color: #3D4457;
    line-height: 1;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 10px;
}
.brand-logo label{
    font-size: 14px;
    color: #000000;
    line-height: 1;
    letter-spacing: 0.073em;
    cursor: inherit;
    font-weight: normal;
    margin-top: 16px;
}