body{
    margin: 0;
    font-family: "Open-Sans";
}
.textAndArrow{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-right: 75px;
}
.privacyPolicyContainer{
    margin-left: 64px;
    margin-right: 64px;
}

.headerTitle{
    cursor: pointer;
}

.headerProfileLetter{
    cursor: pointer;
}

.dropDownBar{
    top: 100px;
    display: none;
    position: absolute;
    flex-direction: column;
}

.dropDownItem{
    color: #42526E;
    text-decoration: none;
    display: block;
    text-align: end;
}

.activ{
    padding: 10px;
    background-color: white;
    width: 125px;
    height: 90px;
    display: block;
    gap: 8px;
    font-size: 19px;
    font-weight: 400;
    border-radius: 20px 0px 20px 20px;
    box-shadow: 0 4px 10px rgb(0, 0, 0, 0.3);
}

.h1ForPrivacyPolicy{
    font-size: 61px;
}

.arrowImg{
    cursor: pointer;
}


.sidebarBecomesFooter {
    display: none;
}

@media (max-width: 1150px) {
  .sidebarBecomesFooter {
    display: flex;
    max-width: 1150px;
    width: 100%;
    max-height: 80px;
    height: 100%;
    justify-content: space-evenly;
    align-items: center;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: white;
    z-index: 1000;
  }

  .footerMenuAtResponsiv {
    display: flex;
    align-items: center;
    flex-direction: column;
    height: 100%;
    width: 100%;
  }

  .iconForResponsivFooter {
    width: 24px;
    height: 24px;
  }

  .rightContent {
    margin-left: unset;
  }


  /* privacy Container */
  .privacyPolicyContainer {
    margin: 0px 16px;
    max-width: 1150px;
    width: 100%;
  }
}
