#associations-container .associations-logo {
  width: 110px !important;
  height: 80px;
  background-size: contain;
}

/* responsive */

@media screen and (max-width: 960px) {
  
  #footer-container .component-container {
    min-height: 480px;
  }
}

@media screen and (max-width: 750px) {
  
  .component-container #associations-container {
    height: auto;
  }
}

@media screen and (max-width: 479px) {
  
  .component-container #associations-container {
    height: auto;
  }
}