/**
 * @param {string} $scheme - The color scheme of the button. Options are nothing, $scheme-light, $scheme-dark
 * if $scheme-dark is passed, the button will be black text and black outline
 * if $scheme-light is passed, the button will be white text and white outline
 * if no $scheme is passed, the button will depend on the background color via the bg-dark mixin
 *   - if ancestor DOES have bg-dark, then white text and white outline
 *   - if ancestor DOES NOT have bg-dark, then black text and black outline
 */
.footer-redesign-horse-logo[data-v-12e0a024] {
  width: 100%;
  padding: 80px 8.3333333333vw 64px;
}
@media (min-width: 768px) {
.footer-redesign-horse-logo[data-v-12e0a024] {
    padding: 0px 2.0833333333vw 0px 0px;
}
}
.footer-redesign-horse-logo__image[data-v-12e0a024] {
  display: block;
  width: 75vw;
  max-width: 100%;
  height: auto;
}
@media (min-width: 768px) {
.footer-redesign-horse-logo__image[data-v-12e0a024] {
    width: 18.75vw;
}
}