/* =====================

Brand Statement

===================== */


.brand-section{


height:100vh;


min-height:800px;


background:#fff;


color:#111;



display:flex;


align-items:center;


justify-content:center;



gap:120px;



padding:0 10%;



position:relative;



overflow:hidden;



}




.brand-image{


width:45%;


}



.brand-image img{


width:100%;


transform:

scale(.85);



opacity:.8;



}



.brand-text{


width:45%;


}



.brand-tag{


font-size:13px;



letter-spacing:5px;



color:#888;



margin-bottom:35px;



}




.brand-text h2{


font-size:70px;



line-height:1.15;



margin-bottom:40px;


}



.brand-text p:last-child{


font-size:20px;



line-height:2;



color:#666;



}




@media(max-width:768px){


.brand-section{


height:auto;


padding:100px 25px;


flex-direction:column;



gap:40px;


}



.brand-image,
.brand-text{


width:100%;


}



.brand-text h2{


font-size:42px;


}



}



