.cda-cf--macarons {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 5px;
    width: 100%;
    padding: 10px 0;
    border-top: 1px solid #161837;
    border-bottom: 1px solid #161837;
}

.cda-cf--macarons p {
    display: flex;
    align-items: center;
    gap: 5px;
    flex-wrap: wrap;
    margin: 0;
}

.cda-cf--macarons img {
    display: block;
    flex: 0 0 auto;
    width: 72px;
    height: 72px;
    object-fit: contain;
}

@media (max-width: 767px) {
    .cda-cf--macarons {
        justify-content: space-around;
    }

    .cda-cf--macarons p {
        justify-content: space-around;
        gap: 5px;
    }

    .cda-cf--macarons img {
        width: 64px;
        height: 64px;
    }
}
