.site-footer-btm {
  padding: 40px 0;
  background-color: white;
}
.site-footer-btm .site-footer-logo-menu-wrapper {
  display: flex;
  justify-content: left;
  gap: 60px;
  padding-bottom: 30px;
}
.site-footer-btm .site-footer-logo-menu-wrapper .site-footer-btm-logo img {
  width: 220px;
  margin-bottom: 20px;
}
.site-footer-btm .site-footer-logo-menu-wrapper .site-footer-btm-body ul li {
  line-height: 2rem;
}
.site-footer-btm .site-footer-btm-copy {
  text-align: center;
  background-color: #efefef;
  padding: 10px 20px;
  width: 100vw;
  margin: 20px calc(50% - 50vw) 0;
}

@media screen and (max-width: 650px) {
  .site-footer-btm .site-footer-logo-menu-wrapper {
    gap: 25px;
    padding-bottom: 30px;
  }
  .site-footer-btm .site-footer-logo-menu-wrapper .site-footer-btm-logo img {
    width: 150px;
    margin-bottom: 20px;
  }
  .site-footer-btm .site-footer-logo-menu-wrapper .site-footer-btm-logo p {
    font-size: 14px;
  }
}/*# sourceMappingURL=footer.css.map */