section#footer_logos {
  padding: 20px 0;
  min-height: 100px; }
  section#footer_logos .sub-footer {
    display: flex;
    justify-content: space-around;
    align-items: center;
    background: #fff;
    border-top: 1px solid #e3e3e3;
    padding: 10px 0; }
    section#footer_logos .sub-footer img {
      max-height: 120px;
      margin-top: 40px; }
      @media (max-width: 560px) {
  section#footer_logos .sub-footer img {
    width: 100px; } }
