.footer{
  background-color: #2e2e54;
}

#fr_footer .fr_footer_header_name {
  font-weight: 600;
  font-size: 1rem;
}

#fr_footer .fr_footer_links {
  display: flex;
  font-size: 1rem;
  line-height: 2;
  color: #ffffff;
  text-decoration: none;
  font-size: 14px;
}

#fr_footer .fr_footer_links:hover {
  color: #a2dbdc;
  text-decoration: underline;
}

#fr_footer .fr_footer_links span {
  display: flex;
  font-size: 1rem;
  line-height: 2;
  color: #ffffff;
  text-decoration: none;
}

#fr_footer .fr_footer_links span img {
  object-fit: 'cover';
  padding: 0 6px;
  width: auto;
  margin: 5px 0;
}
#fr_footer .fr_contact_links {
  font-size: 14px;
}
#fr_footer_bottom .fr_footer_bottom_left {
  font-size: 12px;
}
#fr_footer_bottom .fr_footer_bottom_right a {
  font-size: 12px;
  text-decoration: none;
  padding: 0 2px;
}
.fr_footer_bottom_right {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.footer a{
  text-decoration: none;
  color: #fff;
}

.footer a:hover{
  text-decoration: none;
  color: #ddd;
}

@media screen and (max-width: 460px){
  .fr_footer_bottom_right {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: stretch;
    align-items: baseline !important;
    gap: 0.5rem;
  }
  .fr_footer_header_name{
    margin-top:2.5rem !important;
  }
}