.brand-section{
    padding:120px 20px;
    text-align:center;
    background:#fff;
}

.brand-container{
    max-width:900px;
    margin:auto;
}

.brand-tag{
    color:var(--gold);
    text-transform:uppercase;
    letter-spacing:4px;
}

.brand-title{
    font-size:4rem;
    margin:20px 0;
    font-family:'Cormorant Garamond',serif;
}

.brand-title span{
    color:var(--gold);
}

.brand-desc{
    font-size:1.2rem;
    color:#666;
    line-height:1.9;
}