footer {
  width: 100%;
  background: #232733;
}

footer .container {
  padding: 15px 100px;
}

footer .footer_left_box {
  display: flex;
  justify-content: space-between;
}

.footer_left {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer_left_img {
  padding-right: 10px;
  border-right: 1px solid #fff;
  margin-right: 10px;
}

.footer_left_txt h1 {
  font-size: 16px;
  color: #fff;
  margin: 0;
}

.footer_left_txt span {
  color: #545764;
}

.footer_left_txt p {
  font-size: 16px;
  color: #fff;
  margin: 0;
}

@media screen and (max-width: 1440px) and (min-width: 1200px) {
  footer .container {
    padding: 15px 30px;
  }

  .footer_right {
    display: flex;
    justify-content: flex-end;
  }
}
