
footer {
  padding: 20px 0;
  margin-bottom: 5px;
}

footer div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
  padding: 10px;
  position: relative;
}

footer div a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

footer div a img {
  width: 40px;
  max-width: 100%;
}

footer div::before {
  content: '';
  width: 100vw;
  height: 100%;
  background-color: rgba(240, 240, 240, 0.6);
  z-index: -1;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

footer p {
  font-size: 11px;
  text-align: center;
  margin-top: 10px;
}
.btnBr {
  color: #f0900c;
  font-size: 20px;
  padding: 3px;
}
.dark {
  color: #000 !important;
}
.f14{
		font-size: 14px;
	}
