.accred { padding: 60px 0 80px; background: var(--color-white); text-align: center; }
.accred--bg-grey { background: var(--color-grey-light-1); }
.accred__caption {
    font-family: var(--font-heading);
    font-size: 18px; line-height: 28px; font-weight: 600;
    color: var(--color-black);
    margin: 0 0 32px;
}
.accred__grid {
    max-width: 1280px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 24px 40px;
}
.accred__item { display: block; object-fit: contain; height: auto; }
.accred__item--seal { width: 124px; height: 124px; }
.accred__item--rect { width: auto; height: 120px; }

@media (max-width: 767px) {
    .accred { padding: 24px 0 32px; }
    .accred__caption { margin-bottom: 24px; }
    .site-main--faq .accred { display: none; }
    .accred__grid { gap: 14px 18px; flex-wrap: wrap; }
    .accred__item--seal { width: 72px; height: 72px; }
    .accred__item--rect { width: auto; height: 56px; }
}
