@charset "UTF-8";

.p-footer__banner {
  display: inline-block;
  width: 120px;
  margin-top: 20px;
}

.p-footer__flexbox {
  justify-content: end;
  align-items: center;
  gap: 20px;
  margin-top: 30px;
  display: none;
}

@media screen and (min-width: 768px) {
  .p-footer__banner {
    margin-top: 0;
  }

  .p-footer__info {
    margin-top: 0!important;
  }

  .p-footer__flexbox {
    display: flex;
  }
}