.bottom_bar{
  
  width:100%;
  min-height:70px;
  height:auto;
  padding-top:10px;

}
.bottom_bar_container{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  height:100%:
}
@media(max-width:768px){
  .bottom_bar_container{
    justify-content: center;
    column-gap:40px;

  }
}
.bottom_bar_container p,
.bottom_bar_container a{
  font-size:14px;
  color:white;
}
.privacy_content{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
}

span.bar__white {
  color: white;
}

.privacy_content a{
  cursor:pointer;
}