.before-after-wrapper {
    background-color: #FFFAF8;
    padding: 70px 16px 97px;
}

.before-after {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    max-width: 906px;
    margin: 0 auto;
}

.before-after-subtitle {
    font-weight: 450;
    font-size: 20px;
    line-height: 30px;
    color: var(--color-primary);
    margin-bottom: 15px;
}

.before-after-title {
    font-weight: 700;
    font-size: 28px;
    line-height: 38px;
    color: var(--color-primary);
    margin-bottom: 29px;
}

.before-after-block {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 12px;
}

.before-after-list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 7px;
}

.before-after-list-title {
    font-weight: 700;
    font-size: 16px;
    line-height: 27px;
    text-align: left;
    text-transform: uppercase;
    color: var(--color-primary);
}

.before-after-list-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 9px;
}

.before-after-list-item-icon {
    width: 22px;
    height: auto;
}

.before-after-list-item-text {
    font-weight: 450;
    font-size: 16px;
    line-height: 27px;
    color: var(--color-primary);
}

.arrows-list-icon {
    width: 18px;
    height: auto;
}

.arrows-list {
    display: flex;
    align-items: center;
    justify-content: center;
    align-self: center;
}

@media (min-width: 1024px) {
    .before-after-wrapper {
        background-color: #FFFAF8;
        padding: 93px 24px 100px;
    }

    .before-after-subtitle {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 29px;
    }

    .before-after-title {
        font-size: 40px;
        line-height: 42px;
        margin-bottom: 52px;
    }

    .before-after-block {
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
    }

    .before-after-list {
        gap: 10px;
    }

    .before-after-list-title {
        font-size: 18px;
    }

    .arrows-list-icon {
    width: 45px;
    height: auto;
    margin-right: 18px;
}
}