section.accreditation {
    margin: var(--margin-m) 0 var(--margin-m) 0;
}

section.accreditation .container {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
}

section.accreditation .accreditation-image {
    margin: 0 0 16px 0;
}

section.accreditation .accreditation-image img {
    object-fit: contain;
    width: 130px;
    height: 130px;
}

section.accreditation .accreditation-description p {
    font-family: 'Red Hat Text', sans-serif;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: var(--charcoal-grey);
}

section.accreditation .accreditation-description p:last-child {
    margin-bottom: 0;
}

@media screen and (min-width: 768px) {

    section.accreditation .container {
        flex-direction: row;
        align-items: center;
    }

    section.accreditation .accreditation-image {
        text-align: justify;
        margin: 0 16px 0 0;
        flex-shrink: 0;
    }

    section.accreditation .accreditation-description {
        margin: 0 0 0 16px;
    }
}
