section.accreditation-logo {
    padding: 60px 0 60px;
}
.accreditation-logo-out {
    border: 4px solid #00B4CD;
    padding: 70px 50px 30px 50px;
    border-radius: 180px;
    position: relative;
    background-color: #fff;
    margin-top: 40px;
}
p.accreditation-logo-title {
    background-color: #FFD23B;
    border-radius: 40px;
    display: inline-block;
    border: 3px solid #FFFFFF;
    padding: 17px 30px;
    position: absolute;
    top: -40px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    width: 245px;
    white-space: nowrap;
    overflow: hidden;
}
ul.accreditation-logos {
    margin: 0;
    padding: 0;
    display: flex;
    text-align: center;
    justify-content: space-between;
    gap: 30px;
    list-style: none;
}
ul.accreditation-logos li {
    width: 25%;
}
.accreditation-logos-each h6 {
    color: #77808B;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
}
.accreditation-logos-each p {
    color: #77808B;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 22px;
}
.accreditation-logos-each-image {
    height: 100px;
    width: 100%;
    margin-bottom: 10px;
}
.accreditation-logos-each-image img {
    height: 100%;
    width: auto;
    max-width: 200px;
    object-fit: contain;
}
.accreditation-logo-bg {
    position: absolute;
    width: 100%;
    height: 54%;
    left: 0;
    top: 0;
    background-image: url(../../images/bg-pattern-1.png);
    background-repeat: repeat-x;
    background-position: left bottom;
    background-size: 280px;
}

@media (max-width:1566px) {
}


@media (max-width:1440px) {
}
@media (max-width:1380px) {
}
@media only screen and ( max-width: 1199px) {
    ul.accreditation-logos {
        flex-wrap: wrap;
    }
    ul.accreditation-logos li {
        width: calc(50% - 15px);
    }
    .accreditation-logo-out {
        padding: 60px 60px 60px 60px;
        border-radius: 60px;
    }
}
@media only screen and ( max-width: 961px) {
    section.accreditation-logo {
        padding: 40px 0 40px;
    }
}
@media only screen and ( max-width: 768px) {
    .accreditation-logo-out {
        padding: 50px 30px 40px 30px;
    }
}
@media only screen and ( max-width: 560px) {
    ul.accreditation-logos {
        gap: 30px 0;
    }
    ul.accreditation-logos li {
        width: 100%;
    }
}