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

.rep-block-before-after .main-col {
    display: flex;
    flex-direction: column;
}

.rep-block-before-after .info-row {
    display: flex;
    flex-direction: row;
    margin-bottom: 24px;
}

.rep-block-before-after .image-row {
    display: flex;
    flex-direction: row;
}

.rep-block-before-after .image-col {
    width: 156px;
    display: flex;
    flex-direction: column;
}

.rep-block-before-after .text-col {
    display: flex;
    height: 87px;
    flex-direction: column;
    justify-content: center;
}

.rep-block-before-after .demographic {
    font-size: 16px;
    line-height: 150%;
    color: #161514;
    margin-bottom: 4px;
}

.rep-block-before-after .length {
    font-size: 16px;
    line-height: 150%;
    color: #161514;
    margin-bottom: 0px;
}

.rep-block-before-after .number-box {
    background: linear-gradient(265.75deg, #C65F4E 0%, #8C4438 100%);
    width: 87px;
    height: 87px;
    margin-right: 26px;
    position: relative;
    overflow: hidden;
}

.rep-block-before-after .number-box .number {
    position: absolute;
    right: -19px;
    bottom: -10px;
    font-weight: 900;
    font-size: 105px;
    line-height: 100%;
    color: #FFFFFF;
}

.rep-block-before-after img {
    width: 156px;
    height: 156px;
    display: flex;
    flex-direction: column;
}

.rep-block-before-after .label {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #EFEFEF;
    height: 35px;
    font-size: 12px;
    line-height: 150%;
    color: #161514;
}

.rep-block-before-after .list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

.rep-block-before-after .list li {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 33%;
    margin-bottom: 43px;
}

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

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

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .rep-block-before-after .list li {
        width: 50%;
        justify-content: center;
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .rep-block-before-after .list li {
        width: 50%;
        justify-content: center;
    }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .rep-block-before-after .list li {
        width: 33%;
        justify-content: center;
    }
}