.margin-left {
  margin-left: 2em;
}
@media screen and (max-width: 768px) {
  .site-footer__login-logo img {
    width: 100% !important;
    height: 50px;
  }
}
@media screen and (max-width: 768px) {
  .site-footer__login {
    display: inherit;
  }
}
.manual {
  margin-top: 2em;
}
.width-1 {
  width: 60%;
}
.width-2 {
  width: 35%;
}
.manual_p {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .manual_p {
    justify-content: center;
    display: inline-block;
  }
  .width-1 {
    width: 100%;
  }
  .width-2 {
    width: 45%;
    margin-top: 1em;
    text-align:;
  }
}
