footer {
  background-color: #003A36;
}

.footer-container {
  padding-left: clamp(2rem, 3.25vw, 4rem);
  padding-right: clamp(2rem, 3.25vw, 4rem);
  padding-top: clamp(1rem, 1.5vw, 2rem);
  padding-bottom: clamp(2rem, 3vw, 4rem);
}

.footer-title {
  font-size: clamp(15px, 1.04vw, 19px);
  font-family: "Host Grotesk";
  color: #F6D266;
  font-weight: 400;
  line-height: 20px;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

.footer-menu li {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.footer-menu {
  list-style: none;
  padding-left: 0px;
}

.footer-link:hover {
  text-decoration: none;
  text-transform: none;
  color: #B1D4D4;
}

.footer-link svg, .footer-link i {
  color: #F25F29;
}

.footer-link i {
  font-size: 23px;
}

.footer-link {
  font-size: clamp(15px, 1.04vw, 19px);
  font-family: "Host Grotesk";
  color: #FFFFFF;
  font-weight: 400;
  line-height: 20px;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

#brand-column {
  position: relative;
}

@media screen and (min-width: 768px) {
  #footer-media {
    position: absolute;
    bottom: 0;
  }
}
@media screen and (min-width: 992px) {
  .pl_8 {
    padding-left: 0.5rem !important;
  }
}
@media screen and (max-width: 768px) {
  .footer-container > .row > .col-md-6 {
    margin-bottom: 1.5rem;
  }
  .new-letter-title h2 {
    text-align: center !important;
  }
  #new-letter .btn-send {
    display: flex;
    justify-content: center;
    width: 100%;
  }
  #footer-media {
    padding-top: 2rem;
  }
}
.new-letter-title h2 {
  font-family: "Zilla Slab";
  font-weight: 500;
  font-size: clamp(2.2rem, 2.77vw, 2.8rem);
  line-height: clamp(2.2rem, 2.77vw, 2.8rem);
  text-align: left;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  color: #F25F29;
}

#new-letter .btn-send:hover {
  background-color: #358F8F;
}

#new-letter .btn-send:focus {
  background-color: #026969;
  outline: none;
}

#new-letter .btn-send {
  background-color: #027373;
  color: #FFFFFF;
}/*# sourceMappingURL=footer.css.map */