.accred__item img {
    max-width: 100%;
}

.accred__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 15px;
    background-color: #f4f5f5;
    padding: 32px;
    min-height: 195px;
    height: 285px;
    width: 285px;
    margin-right: 26px;
}

.accred__items {
    row-gap: 40px;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    margin-top: 0px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr) [ 6 ];
    grid-template-columns: repeat(6, 1fr);
}

@media (min-width: 374.98px) and (max-width: 1360.98px) {

    .accred__item img {
        max-width: 100%;
        margin-top: 5px;
    }
    .accred__items {
        /* row-gap: 40px; */
        /* -webkit-column-gap: 30px; */
        -moz-column-gap: 30px;
        /* column-gap: 30px; */
        margin-top: 0px;
        display: -ms-grid;
        display: flex;
        -ms-grid-columns: (1fr) [ 6 ];
        /* grid-template-columns: repeat(6, 1fr); */
        flex-wrap: wrap;
        justify-content: space-between;
        row-gap: unset;
        column-gap: unset;

    }
    
    .accred__item {
        /* display: -webkit-box; */
        display: -ms-flexbox;
        /* display: flex; */
        /* -webkit-box-orient: vertical; */
        /* -webkit-box-direction: normal; */
        -ms-flex-direction: column;
        /* flex-direction: row; */
        /* -webkit-box-align: center; */
        -ms-flex-align: center;
        /* align-items: center; */
        /* -webkit-box-pack: center; */
        -ms-flex-pack: center;
        /* justify-content: center; */
        /* border-radius: 15px; */
        /* background-color: #f4f5f5; */
        /* padding: 32px; */
        /* min-height: 195px; */
        /* height: 185px; */
        /* width: 185px; */
        /* margin-right: 26px; */
        width: 47.5%;
        height: 46%;
        border-radius: 15px;
        background-color: #f4f5f5;
        padding: 0px;
        margin-top: 15px;
        min-height: calc(160px + 35*(100vw - 374.98px) /((986)));
        padding-left: 10px;
        padding-right: 10px;
        margin-right: 0px;
    }
    }


