.footer_area{
  background-color: #262626;
  padding-top: 6.5rem;
  padding-bottom: 2.15rem;
  height: 26.9rem;
}

.footer_logo_area{
  display: flex;
  justify-content: center;
}
.footer_logo{
  width: fit-content;
  height: fit-content;
}

.footer_logo_svg{
  width: 9.984rem;
  height: 4.95rem;
}
.footer_logo_svg .cls-1{
  fill: #FFFFFF;
}

.footer_links{
  width: fit-content;
  display: flex;
  gap: 5rem;
  justify-content: center;
  margin: 5rem auto 0;
}
.footer_link{
  font-size: 2rem;
  line-height: 2.4rem;
  color: #FFFFFF;
  font-weight: 500;
}

.footer_copy{
  margin-top: 4rem;
  text-align: center;
  color: #FFFFFF;
  font-size: 1.5rem;
  line-height: 1.6rem;
}

@media screen and (max-width: 699.98px){
  .footer_area{
    padding-top: 5rem;
    height: 52.3rem;
  }
  .footer_links{
    margin-top: 4.5rem;
    flex-direction: column;
    width: 100%;
    align-items: start;
    gap: 3rem;
    padding-left: 5rem;
  }

  .footer_copy{
    padding-bottom: 2rem;
  }
}