.website_header_wrapper{
  display: flex; 
  flex-direction: row; 
  flex-wrap: wrap; 
  justify-content: flex-start; 
}

.website_header_item{
  flex-basis: 60%; 
  margin-left:1em;
}

.website-header {
  margin-left:1em;

@media screen and (max-width: 800px){  
  .website_header_item{
    flex-basis: 100%;   
  }
 
}

.website_header_button_container{
  margin-top: 20px; 
  margin-bottom: 20px; 
}

.websiteHeaderBTN{
  background: var(--primaryPurple);
  border-radius: 40px;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  padding: 15px 25px;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: color .3s ease-out;
  width: fit-content;
  z-index: 1;
}





