.footer {
    background: var(--color-black);
    color: var(--color-white)
}

.footer a {
    color: var(--color-white)
}

.footer a:hover,.footer a:focus {
    color: var(--color-white-50)
}

.footer .column {
    flex-basis: auto
}

.footer .column-select {
    width: 100%;
    margin-bottom: 2rem
}

@media (min-width: 768px) {
    .footer .column-select {
        width:auto;
        margin-bottom: 0
    }
}

.footer .column-links {
    min-width: 150px
}

.footer .column-links strong {
    margin-bottom: 24px
}

.footer .column-links ul>li {
    padding: calc(var(--spacer) * 0.5) 0
}

.footer .social-logo {
  display: inline-block;
  height: 18px;
  width: 18px;
  background-size: cover;
  padding: 0;
  background-repeat: no-repeat;
  transition: all 0.2s ease-in-out 0s
}

.footer .social-logo:hover,
.footer .social-logo:focus {
  opacity: .5;
}

.footer .ph-instagram-logo  {
  background-image: url("https://f.hubspotusercontent10.net/hubfs/5615817/Icons/instagram-logo-white.svg")
}

.footer .ph-facebook-logo  {
  background-image: url("https://f.hubspotusercontent10.net/hubfs/5615817/Icons/facebook-logo-white.svg")
}

.footer .ph-twitter-logo  {
  background-image: url("https://f.hubspotusercontent10.net/hubfs/5615817/Icons/twitter-logo-white.svg")
}

.footer .ph-linkedin-logo  {
  background-image: url("https://f.hubspotusercontent10.net/hubfs/5615817/Icons/linkedin-logo-white.svg");
  margin-right: 0;
}

@media (min-width: 1024px) {
  .footer .select-container {
    display:block
  }
}