footer {
  background-color: var(--primary-color);
  color: var(--text-color-white);
}
.about-us p {
  font-size: 14px;
  font-weight: bold;
  color: rgba(100, 100, 100, 1);
  margin: 20px 0;
}

.quick-links li a {
  color: rgba(255, 255, 255, 0.8);
  display: block;
  margin-bottom: 1rem;
  font-weight: 500;
  width: fit-content;
}

.bg-icon-footer {
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid rgba(154, 154, 154, 0.35);
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: var(--circle-border-radius);
  i {
    color: rgb(222, 137, 39);
  }
}

.follow {
  background-color: var(--active-color);
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
}
.follow input {
  width: 70%;
  border-radius: 0 30px 30px 0;
  -webkit-border-radius: 0 30px 30px 0;
  -moz-border-radius: 0 30px 30px 0;
  -ms-border-radius: 0 30px 30px 0;
  -o-border-radius: 0 30px 30px 0;
  border: none;
  outline: 0;
  padding-right: 10px;
}
.input_follow {
  width: 30%;
  display: block;
  padding: 7px;
}
.subscripe {
  font-size: 13px;
}

.all-links {
  border-bottom: 1px solid #fff;
}
