.social_holder {
  background-color: #c61d78d9;
  position: fixed;
  bottom: 0;
  padding: 0;
  width: 100vw;
}
.social_holder ul {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 0;
  margin: 0;
}
.social_holder ul li {
  width: 33%;
  text-align: center;
  border-right: solid 2px #00000059;
  padding: 15px 0;
}
.social_holder ul li:last-of-type {
  border-right: none;
}
.social_holder ul li a i {
  color: black;
  font-size: 30px;
}
@media (min-width: 992px) {
  .social_holder {
    display: none;
  }
}

/*# sourceMappingURL=socials.css.map */
