.ad-footer{
    display: flex;
    justify-content: center;
    gap: 10px;
}

.ad-footer *{
    flex: 1;
    max-width: 300px;
}

.ad-footer img{
    width: 100%;
    height: auto;
}