.social-icons {
  position: fixed;
  left: 2rem;
  top: 50%;
  z-index: 0;
}
.social-icons .follow-label {
  color: #fff;
  padding-right: 75px;
  position: absolute;
  bottom: 100%;
  right: 0;
  font-size: 14px;
  line-height: 24px;
  height: 24px;
  white-space: nowrap;
  transform-origin: 100% 0;
  text-align: right;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}
.social-icons .follow-label::after {
  content: '';
  position: absolute;
  background-color: #fff;
  top: 50%;
  right: 0;
  width: 50px;
  height: 1px;
}
.social-icons .list-social-icons > li {
  line-height: 100%;
  margin-bottom: 16px;
  text-align: center;
}
.social-icons i.icon {
  font-size: 16px;
  line-height: 100%;
  color: #fff;
}
.fa-brands, .fab {
    color: #fff;
}
.list-social-icons a:focus {
    outline: none;
    outline-offset: -2px;
}
@media (max-width: 800px) {
  .social-icons {
    left: 2%;
  }
  .top-actions {
    left: 720px;
  }
  .header {
    height: 200px;
  }
}
@media (max-width: 768px) {
  .social-icons {
    left: -35px;
  }
  .top-actions {
    left: 700px;
  }
  .form-contact-row {
    margin-bottom: 300px;
  }
  .header {
    height: auto;
  }
  div.container.notifications.js-notifications+div.container {
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    width: 80%;
  }
}
@media (max-width: 767px) {
  .header {
    height: auto;
  }
  div.container.notifications.js-notifications+div.container {
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    width: 80%;
  }
  .social-icons {
    left: 2%;
    top: 51%;
  }
  .top-actions {
    left: 625px;
    top: 100%;
  }
}
@media (max-width: 430px) {
  .social-icons {
    left: -30px;
  }
  .top-actions {
    left: 380px;
  }
}
@media (max-width: 414px) {
  .top-actions {
    left: 365px;
  }
}
@media (max-width: 390px) {
  .top-actions {
    left: 345px;
  }
}
@media (max-width: 375px) {
  .social-icons {
    left: -25px;
  }
  .top-actions {
    left: 330px;
  }
}