.flex-column {
  flex-direction: column;
}

.end-0 {
    right: 0 !important;
}

.top-50 {
    top: 50% !important;
}

.socials-sticky {
  position:fixed;
  right:0.7rem;
  bottom:4rem;
  display:flex;
  flex-direction:column;
}

.socials-sticky svg {
  width:30px;
  height:30px;
}

.socials-sticky a {
  color:#082C7B;
  margin-bottom: .5rem;
  }