footer * {
  /* font-family: "Arial, sans-serif"; */
}

footer {
  background-color: #b41d22;
  color: #fff;
  padding-top: 60px;
  padding-bottom: 40px;
  font-size: 16px;
}

footer h5 {
  margin-top: 10px !important;
  font-size: 20px !important;
}

footer .fa-solid {
  font-weight: 900;
  font-family: "Font Awesome 6 Free" !important;
  margin-right: 4px;
}

footer .col-8 {
  padding-left: 50px;
}

footer ul {
  padding: 0;
  list-style: none;
}

footer ul li {
  padding-bottom: 10px;
  line-height: 1.3;
}

footer ul li a {
  color: #fff;
}

footer ul li a:hover {
  color: #fff;
  text-decoration: unset;
}

nav.footer h5 {
  font-weight: bold;
  margin-bottom: 20px;
  display: block;
}

.copyright {
  font-size: 14px;
  margin-top: 40px;
  letter-spacing: -0.7px;
}

.right-arrow {
  padding-left: 1px;
  margin-right: 3px;
  font-family: 'Fa-solid-900', sans-serif !important;
}

.footer-logo {
  width: 94%;
  margin-top: -22px;
}

.fas {
  font-family: "Font Awesome 5 Free" !important;
}

.page-top {
  position: fixed;
  right: 10px;
  bottom: 10px;
  margin: 0;
  z-index: 66;
}

.page-top a {
  position: relative;
  display: flex;
  width: 65px;
  height: 65px;
  justify-content: center;
  background: #b41d23;
  transition: opacity 0.6s ease;
  color: #FFF;
  align-items: center;
  text-decoration: none;
  font-size: 32px;
  border-radius: 100%;
}

.page-top a:hover {
  opacity: 0.8;
  color: #fff;
}

@font-face {
  font-family: 'Fa-solid-900';
  src: url("./fonts/fa-solid-900.woff2") format('woff2'), url("./fonts/fa-solid-900.ttf") format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@media all and (max-width: 992px) {
  .footer-logo {
    width: 34%;
    margin-top: -22px;
  }
}

@media all and (max-width: 500px) {
  .page-top a {
    width: 45px;
    height: 45px;
  }
}