.header{
    display: flex;
    align-items:  center;
    justify-content: space-between;
    position: relative;
    margin-top: 30px;
}


.svg-header{
    width: 90px;
    height: 72px;
    color: #6E07F3;
    cursor: pointer;
    transition: height 0.5s, width 0.5s;
    
}
.svg-header-button{
    border: none;
    width: 90px;
    height: 72px;
    background: none;

}
@media(max-width: 1004px){
    .svg-header{
        height: 68px;
        width: 85px;
    }
}



.left-section{
    width: 30vw;
    display: flex;
    justify-content: center;
   
}
@media(max-width: 1325px){
    .left-section{
        width: 20vw;
    }
}
@media(max-width: 1055px){
    .left-section{
        width: 15vw;
        width: 85px;
        height: 67px;
    }
}

 
.right-section{
  display: flex;
  width: 40vw;
  justify-content: center;
  
}
@media(max-width:793px){
    .right-section{
        width: 53vw;
    }
}



.mentorship-button{
    border: none;
    padding: 8px 12px 8px 12px;
    font-size: 18px;
    background: none;
    
}
.say-hello{
    padding: 9px 19px 9px 19px; 
    font-size: 18px;
    border-radius: 25px;
    color: #6E07F3;
    border: solid 2px #6E07F3;
    margin-left: 7px;
    background: none;
}

