footer {
  /* background-image: url("../images/bg-footer-D.jpg"); */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 40px 20px 40px 20px;
  color: #fff;
}

.footer_flex {
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin: 0 auto;
  text-align: left;
  max-width: 1158px;
}

.footer_flex img {
  max-width: 600px;
}

footer h2 {
  text-transform: uppercase;
  font-size: 32px;
  color: #fff;
  text-align: center;
  max-width: 900px;
  margin: 10px auto 50px auto;
  font-weight: bold;
}

.footer_flex p {
  max-width: 400px;
}

.footer_flex_cta {
  font-size: 24px;
  text-align: center;
}

.footer_flex_cta .old-price {
  text-decoration: line-through;
  padding-right: 10px;
}

.footer_flex_cta a {
  background-color: #dc3f12;
  border-radius: 500px;
  color: #fff;
  padding: 10px 40px;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 19.5px;
  display: inline-block;
  font-weight: bold;
}

.footer_logo {
  padding-top: 30px;
  text-align: center;
}

.footer_logo img {
  width: 150px;
}
.cf_m {
  display: none;
}

@media screen and (max-width: 900px) {
  footer {
    background-image: url("../images/bg-footer-M.jpg");
    background-position: top;
    background-size: 100%;
    background-repeat: no-repeat;
    padding: 40px 20px 10px 20px;
  }

  footer h2 {
    font-size: 22px;
    margin-bottom: 30px;
  }

  .footer_flex {
    width: 100%;
    padding-left: 0;
    color: #fff;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer_flex img {
    max-width: 60%;
    margin: 40px auto 20px auto;
  }

  .footer_logo {
    margin-top: 20px;
    padding-top: 10px;
  }

  .footer_flex_cta {
    text-align: center;
  }
  .cf_d {
    display: none;
  }
  .cf_m {
    display: block;
  }
}
