.editor {
    color: #6A6A6A
}

.shadow-dark {
    position: relative;
    margin-top: 20px;
}

.shadow-dark::after {
    content: "";
    display: block;
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 20
}

.partners-image {
    position: relative
}

.shadow {
    position: absolute;
    display: block;
    content: "";
    width: 39%;
    height: 80%;
    background-color: #222831;
    max-height: 421px;
    right: 10px;
    bottom: -27px
}

.shadow-relative {
    display: flex;
    position: relative;
    width: 100%;
    height: 100%
}

.border-white {
    width: 102%;
    height: 4px;
    background-color: #fff;
    position: absolute;
    right: -10px;
    bottom: 12px;
    z-index: 25
}

.partners-image {
    margin-top: 30px;
    margin-bottom: 37px
}

.partners-image img {
    position: relative;
    z-index: 20
}

.partners-image::after {
    display: block;
    position: absolute;
    content: "";
    top: 24px;
    left: 24px;
    right: 0;
    bottom: -37px;
    z-index: 20;
    border: 5px solid #222831
}

.logo-right {
    width: 85%;
    margin: auto 12px 43px auto
}

.partners-flexbox {
    display: flex;
    flex-wrap: wrap
}

.partners-box {
    width: 20%;
    border-right: 1px solid #CECECE;
    padding: 18px 0;
    display: flex;
    justify-content: center;
    align-items: center
}

@media (min-width: 1025px) {
    .partners-box {
        width: 20%;
        margin-bottom: 40px
    }

    .partners-box:nth-child(5n) {
        border-right: none
    }

    .partners-box:nth-last-child(-n+5) {
        margin-bottom: 0
    }

    .partners-box img {
        max-width: 60%
    }

    .partners-flexbox {
        margin-top: 100px
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .partners-box {
        width: 25%;
        margin-bottom: 30px
    }

    .partners-box:nth-child(4n) {
        border-right: none
    }

    .partners-box:nth-last-child(-n+4) {
        margin-bottom: 0
    }

    .partners-box img {
        max-width: 60%
    }

    .partners-flexbox {
        margin-top: 70px
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .partners-box {
        width: 33.33%;
        margin-bottom: 30px
    }

    .partners-box:nth-child(3n) {
        border-right: none
    }

    .partners-box:nth-last-child(-n+3) {
        margin-bottom: 0
    }

    .partners-box img {
        max-width: 60%
    }

    .partners-flexbox {
        margin-top: 70px
    }
}

@media (max-width: 1024px) {
    .partners-image {
        margin-top: 24px;
        margin-bottom: 27px
    }

    .partners-image .shadow-dark img {
    }

    .partners-image::after {
        top: 16px;
        left: 16px;
        bottom: -27px;
        border-width: 4px
    }

    .border-white {
        height: 3px;
        bottom: 9px
    }

    .shadow {
        bottom: -18px
    }
}

@media (max-width: 767px) {
    .partners-image::after {
        top: 12px;
        left: 12px
    }
}

@media (max-width: 575px) {
    .partners-image {
        margin-top: 16px;
        margin-bottom: 20px
    }

    .partners-image::after {
        top: 8px;
        left: 8px;
        border-width: 2px;
        bottom: -20px
    }

    .logo-right {
        margin: auto 4px 22px auto
    }

    .shadow {
        width: 65%;
        bottom: -14px;
        right: 5px
    }

    .border-white {
        height: 2px;
        bottom: 6px
    }

    .partners-box {
        width: 50%;
        margin-bottom: 20px
    }

    .partners-box:nth-child(2n) {
        border-right: none
    }

    .partners-box:nth-last-child(-n+2) {
        margin-bottom: 0
    }

    .partners-box img {
        max-width: 60%
    }

    .partners-flexbox {
        margin-top: 50px
    }
}
