
.bottom-header {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #fff;
  box-shadow: 0 -1px 2px #ddd;
  z-index: 1000;
  display: none;
      z-index: 1;
}

.left-section,
.right-section {
  display: flex;
  align-items: center;
}

.link-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 20px;
  margin-left: 20px;

}



.bottomIcon {
  height: 1.5rem;
  width: 1.5rem; 
  margin-left: 5px;
  margin-bottom: 10px;
}

.bottom-link {
  font-size: 11px;
  font-weight: 300;
}

@media (max-width: 700px) {
 
.bottom-header {
  display: flex;
}
}
