.sponsor-list{margin:0;width:100%;max-width:648px;justify-content:left;.sponsor-container { display: flex; flex-wrap: wrap; justify-content: left; gap: 2rem; margin: 1.4rem 0 2.4rem; } .sponsor-item { flex: 0 0 calc(40%); margin-right: 10%; margin-left: 5%; margin-bottom: 0; a { display: block; width: 100%; text-align: center; } .img-container { width: 100%; height: 60px; display: flex; align-items: center; justify-content: left; } img { width: 100%; height: 100%; object-fit: contain; } } .sponsor-item-current { flex: 0 0 calc(60%); margin-bottom: 0; a { display: block; width: 100%; text-align: center; } .img-container { width: 100%; height: 60px; display: flex; align-items: center; justify-content: left; } img { width: 100%; height: 100%; object-fit: contain; } } @media screen and (max-width: 650px) { .sponsor-container { flex-direction: column; } .sponsor-item { flex: 0 0 100%; } } @media (min-width: 600px) { .sponsor-container.odd-logo-count::after { content: ''; display: block; } }}