.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

@media (min-width: 768px) {
  .bd-placeholder-img-lg {
    font-size: 3.5rem;
  }
}

.social-icons {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100%;
}

.social-icons .fa {
  font-size: 50px;
  padding-bottom: 20px;
  cursor: pointer;
}

.fa:hover {
  transform: scale(1.3);
  transition: 0.6s;
}
.fa-facebook {
  color: #4867aa;
}
.fa-twitter {
  color: #1da1f2;
}
.fa-instagram {
  color: #e4405f;
}
.fa-linkedin {
  color: #0e76a8;
}
.fa-pinterest {
  color: #bd081c;
}
.info li {
  padding-bottom: 10px;
  font-size: 18px;
}
