
.header{
    height:250px;
    display:flex;
    flex-direction: row;
    justify-content: space-between;
}

.center-section{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items:center; 
    
}
.logo-sb{
   width:180px;
    align-items: center;
}


.right-section{
    display:flex;
    flex-direction: row;
    justify-content: space-between;
    align-content: flex-end;
    gap:12px;
    
}
.contact-icon,.boutique-icon-link{
    height: 30px;
    width: 30px;
    margin-right: 20px;
    margin-top: 20px;
    cursor: pointer;
}
.contact-icon:hover{
    background-color: rgba(255, 131, 0, 1.0);
    border-radius: 20px;
}

.boutique-icon-link:hover{
    background-color: rgba(255, 131, 0, 1.0);
    border-radius: 5px;
}


