.accreditation-scope {
    margin-bottom: 30px;
}

.accreditation-scope__heading,
.accreditation-scope__title {
    margin-bottom: 12px;
}

.accreditation-scope__text {
    margin-bottom: 14px;
}

.accreditation-scope__group {
    margin-bottom: 24px;
}

.accreditation-scope__block {
    display: flex;
    gap: 14px;
}

.accreditation-scope__block-description {
    border-radius: 14px;
    overflow: hidden;
}

img.accreditation-scope__block-certificate {
    border-radius: 10px;
    overflow: hidden;
}

.accreditation-scope__description-text p {
    margin-bottom: 10px;
}

.accreditation-scope__button-item {
    display: flex;
    gap: 10px;
    align-items: center;
}

body .accreditation-scope .bread{
    margin-bottom: 20px;
}

@media screen and (min-width: 1200px) {
    .accreditation-scope__block-description-item {
        max-width: 299px;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1199.98px){
    .accreditation-scope__block-description-item {
        max-width: 220px;
    }
}

@media screen and (min-width: 1024px) {

    .accreditation-scope__block {
        min-height: 306px;
    }

    .accreditation-scope__block-description {
        flex-basis: 612px;
        min-height: 100%;

    }

    img.accreditation-scope__block-certificate {
        flex-basis: 223px;
        height: 100%;
    }

    .accreditation-scope__block-certificate {
        max-width: 223px;
    }

    .accreditation-scope__block-description-item {
        margin: 20px 24px 11px 24px;
    }
}

@media screen and (max-width: 1023.99px) {
    .accreditation-scope__block {
        flex-direction: column-reverse;
        gap: 24px;
    }

    img.accreditation-scope__block-certificate {
        max-height: 440px;
        object-fit: contain;
        max-width: 315px;
        margin-left: auto;
        margin-right: auto;
    }

    .accreditation-scope__block-description {
        height: 153px;
    }

    img.accreditation-scope__block-description {
        height: 100%;
    }

    body .providers-cover section.section-light.accreditation-scope {
        padding: 20px 15px;
    }

    .accreditation-scope .accreditation-scope__group-back a::before {
        width: 42px;
        height: 42px;
    }

    .accreditation-scope__block-description-item {
        margin-top: 24px;
    }

    .accreditation-scope__title {
        font-size: 30px;
    }
}

.accreditation-scope__block-description-item p {
    margin-bottom: 10px;
}

.accreditation-scope__block-description-item p:last-of-type {
    margin-bottom: 0px;
}