.landing_footer {
  background: #f8f8d3;
  padding: 1.8125rem 0rem 1.5625rem;
}
.foo_logo--wrapper {
  text-align: center;
}
.foo_title {
  font-family: var(--roboto);
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 115%;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--white);
  text-align: center;
  padding: 2rem 0rem;
}
.foo_title .foo_design {
  color: #626B8C;
}
.foo_buy--wrapper .foo_btn {
  font-family: var(--roboto);
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 115%;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--white);
  background: #FF6900;
  border: 1px solid #FF6900;
  display: block;
  text-align: center;
  max-width: 245px;
  width: 100%;
  padding: 0.8rem;
  text-decoration: none;
  transition: all 0.5s ease;
}
.foo_buy--wrapper .foo_btn:hover {
  color: #FF6900;
  background: var(--white);
}
.foo_buy--wrapper {
  display: flex;
  justify-content: center;
}
@media ( min-width: 768px ) {
  .landing_footer .row {
    align-items: center;
    justify-content: space-between;
  }
  .foo_logo--wrapper {
    text-align: left;
  }
  .foo_title {
    padding: 0rem;
  }
  .foo_buy--wrapper {
    justify-content: flex-end;
  }
}
@media ( min-width: 992px ) {
  .foo_title,
  .foo_buy--wrapper .foo_btn {
    font-size: 16px;
  }
}
@media ( min-width: 1200px ) {
  .landing_footer {
    margin-top: 150px;
  }
}
@media ( min-width: 1700px ) {

  .landing_footer {
    margin-top: 35px;
  }
  .foo_buy--wrapper .foo_btn {
    padding: 1.4375rem 1rem;
  }
}