.rep-block-values {
    height: fit-content;
    position: relative;
    overflow: visible;
}

.rep-block-values .list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.rep-block-values .list li {
    display: flex;
    flex-direction: row;
    align-items: center;
    font-weight: 500;
    min-height: 140px;
    width: calc(50% - 40px);
    margin-right: 20px;
    margin-left: 20px;
}

.rep-block-values .list li:nth-child(odd) {
    margin-left: 0px;
}

.rep-block-values .list li:nth-child(even) {
    margin-right: 0px;
}

.rep-block-values .list li .img-container {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 100px;
    min-width: 100px;
    min-height: 100px;
    background: linear-gradient(265.75deg, #C65F4E 0%, #8C4438 100%);
    margin-right: 26px;
}

.rep-block-values .list li .img-container img {
    width: 48px;
    height: 48px;
    min-width: 48px;
    min-height: 48px;
}

/* X Small */
@media (min-width: 0px) {
    .rep-block-values .list li {
        width: 100%;
        margin-left: 0px;
        margin-right: 0px;
    }

    .rep-block-values .list li .img-container {
        width: 50px;
        height: 50px;
        min-width: 50px;
        min-height: 50px;
    }

    .rep-block-values .list li .img-container img {
        width: 24px;
        height: 24px;
        min-width: 24px;
        min-height: 24px;
    }
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
    .rep-block-values .list li {
        width: 100%;
        margin-left: 0px;
        margin-right: 0px;
    }

    .rep-block-values .list li .img-container {
        width: 100px;
        height: 100px;
        min-width: 100px;
        min-height: 100px;
    }

    .rep-block-values .list li .img-container img {
        width: 48px;
        height: 48px;
        min-width: 48px;
        min-height: 48px;
    }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .rep-block-values .list li {
        width: 100%;
        margin-left: 0px;
        margin-right: 0px;
    }

    .rep-block-values .list li .img-container {
        width: 100px;
        height: 100px;
        min-width: 100px;
        min-height: 100px;
    }

    .rep-block-values .list li .img-container img {
        width: 48px;
        height: 48px;
        min-width: 48px;
        min-height: 48px;
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .rep-block-values .list li {
        width: calc(50% - 40px);
    }

    .rep-block-values .list li:nth-child(odd) {
        margin-left: 0px;
        margin-right: 40px;
    }

    .rep-block-values .list li:nth-child(even) {
        margin-right: 0px;
        margin-left: 40px;
    }

    .rep-block-values .list li .img-container {
        width: 100px;
        height: 100px;
        min-width: 100px;
        min-height: 100px;
    }

    .rep-block-values .list li .img-container img {
        width: 48px;
        height: 48px;
        min-width: 48px;
        min-height: 48px;
    }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .rep-block-values .list li {
        width: calc(50% - 40px);
    }

    .rep-block-values .list li:nth-child(odd) {
        margin-left: 0px;
        margin-right: 40px;
    }

    .rep-block-values .list li:nth-child(even) {
        margin-right: 0px;
        margin-left: 40px;
    }

    .rep-block-values .list li .img-container {
        width: 100px;
        height: 100px;
        min-width: 100px;
        min-height: 100px;
    }

    .rep-block-values .list li .img-container img {
        width: 48px;
        height: 48px;
        min-width: 48px;
        min-height: 48px;
    }
}