#content {
    padding: 2.5rem 0;
}

.listings picture:has(img.logo) {
    width: 100%;
    height: auto;
    aspect-ratio: 2 / 1;
    background-color: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
}

.listings img.logo {
    width: auto;
    height: auto;
    aspect-ratio: auto;
}

@media (min-width: 1025px) {
    #content {
        padding: 3.5rem 0;
    }
}

@media (min-width: 1441px) {
    #content {
        padding: 4.5rem 0;
    }
}