footer {
  background-color: #878787;
  height: 161px;
  /* display: -webkit-box;
    display: -ms-flexbox; 
    display: flex;    
    -webkit-box-align: center; 
    -ms-flex-align: center; 
    align-items: center; */
  padding: 0 7.4%;
}

.footer_content {
  margin: auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: inherit;
  padding: 0 60px;
}

.footer_menu_wrapper {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer_menu_btn {
  width: 226px;
  height: 60px;
  line-height: 60px;
  border: solid 1px white;
  color: white;
  font-size: 20px;
  text-align: center;
}

.footer_menu_btn:first-child {
  margin-right: 25px;
}

.copyright_text {
  color: white;
  font-size: 20px;
}

@media screen and (max-width: 1024px) {
  footer {
    padding: 0;
    height: auto;
  }

  .footer_content {
    display: block;
    padding: 45px 45px 15px 45px;
    text-align: center;
  }

  .footer_menu_wrapper {
    display: block;
    text-align: -webkit-center;
  }

  .footer_menu_btn {
    margin-right: 0 !important;
  }

  .footer_menu_wrapper .footer_menu_btn:nth-child(1) {
    margin-bottom: 30px;
  }

  .copyright_text {
    font-size: 15px;
    margin-bottom: 30px;
  }

}

/* tablet */
/* @media screen and (max-width: 1220px) {
  footer {
    height: 350px;
  }

  .footer_content {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;

    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .footer_menu_wrapper {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0;
  }

  .footer_menu_btn:first-child {
    margin: 20px 0;
  }
} */

/* mobile */
/* @media screen and (max-width: 600px) {
  footer {
    height: 264px;
  }

  .copyright_text {
    font-size: 16px;
  }

  .footer_menu_btn {
    font-size: 16px;
    width: 252px;
    height: 45px;
    line-height: 45px;
  }

  .footer_menu_btn:first-child {
    margin: 20px 0;
  }
} */
