.footer__titles {
  width: fit-content;
  /* border-bottom: 1px solid; */
  font-weight: 600;
}
footer a {
  transition: color 0.5s;
}
footer a:hover {
  color: #be202f !important;
}
