/* ----footer---- */
.container-footer {
  background-color: var(--color-accent-2);
  position: relative;
  color: var(--color-text-light);
}
.footer-title {
  position: relative;
  color: var(--color-text-light);
  text-transform: uppercase;
  font-weight: normal;
  font-size: 20px;
  padding-left: 15px;
}
.footer-title::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  background-color: #9c9c9c;
  width: 7px;
  height: 7px;
}
.footer-contact {
  color: #ffffff !important;
  text-decoration: underline;
}
.footer-social-icon {
  width: 25px;
  height: auto;
}
.footer-social-link {
  width: 40px;
  height: 40px;
  background: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0;
  margin: 5px;
}
.card-items {
  text-align: right;
}
.card-items img {
  width: 2rem;
  height: auto;
}
@media (max-width: 575.98px) {
  .container-footer::before {
    height: 3.2rem;
  }
}

@media (max-width: 767.98px) {
  .card-items {
    text-align: left;
  }
}
