.footer {
  padding: 5% 10%;
  background-color: #184753;
  color: white;
  --bs-gutter-x: 0;
}

ul {
  list-style-type: none;
  padding-inline-start: 0;
}
.social-media-icons {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.social-media-icons li {
  border-radius: 50%;
}
.fa {
  padding: 10px;
  font-size: 30px;
  width: 40px;
  text-align: center;
  text-decoration: none;
  border-radius: 50%;
}

.fa:hover {
  opacity: 0.7;
}

.fa-facebook {
  background: #3b5998;
  color: white;
}

.fa-twitter {
  background: #55acee;
  color: white;
}

.fa-youtube {
  background: #bb0000;
  color: white;
}

.fa-instagram {
  background: #125688;
  color: white;
}
.footer-link li a {
  text-decoration: none;
  color: white;
  font-size: 14px;
}
.footer-text {
  font-size: 12px;
}
