
.footer_block2 {
  padding: 40px 0;
  background-color: #ba2528;
}
.footer_block2 .footer {
  line-height: 1.5;
}
.footer_block2 .footer .footer_lf {
  width: 45%;
  line-height: 1.5;
}
.footer_block2 .footer .footer_lf .footer_logo {
    max-width: 100%;
	padding: 5% 10% 0 0;
}
.footer_block2 .footer .gp-md-cen {
  width: 20%;
  float: left;
}
.footer_block2 .footer .gp-md-cen span {
  display: block;
  padding: 5px 0;
}

.footer_block2 .footer .footer_rt {
  width: 30%;
  line-height: 1.5;
}
.footer_block2 .footer .footer_rt span {
  display: block;
  padding: 5px 0;
}
.footer_block2 .footer .code img {
  width: 125px;
}
@media screen and (max-width:767px) {
  .footer_block2 {
    padding: 20px 0;
  }
  .footer_block2 .footer .footer_lf {    padding-top: 10px;
    text-align: center;}
  .footer_block2 .footer .footer_lf .footer_logo {
    text-align: center;padding:0;
  }
  .footer_block2 .footer_rt {
   
    text-align: center;
  }
  .footer_block2 .footer .gp-md-cen{width: 100%;margin: 15px auto;text-align: center;}
  .footer_block2 .footer .code  {
    display: none;
  }
}
