.formula-wrapper {
    padding: 0 16px;
    background-color: var(--color-primary);
}

.formula {
    padding: 70px 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    max-width: 1220px;
    margin: 0 auto;
}

.formula-title {
    font-weight: 700;
    font-size: 28px;
    line-height: 38px;
    text-align: center;
    color: #ffffff;
}

.formula-capsule-mobile {
    width: 100%;
    height: auto;
}

.formula-desktop-block {
    display: flex;
}

.formula-list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 25px;
}

.formula-list-item {
    display: flex;
    flex-direction: row;
    gap: 11px;
    align-items: flex-start;
    justify-content: flex-start;
}

.check-silver {
    width: 22px;
    height: auto;
}

.formula-list-item-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 3px;
}

.formula-list-item-header {
    font-weight: 700;
    font-size: 16px;
    line-height: 28px;
    color: #FFFFFF;
}

.formula-list-item-text {
    font-weight: 450;
    font-size: 14px;
    line-height: 19px;
    color: #CDD7D7;
}

.accent-text {
    color: #F5B1A1;
}

@media (min-width: 1024px) {
    .formula-wrapper {
        background-color: #FFFAF8;
        padding: 0 24px 100px;
    }

    .formula {
        padding: 65px 60px;
        border-radius: 25px;
        background-image: url("https://img.slimivex.com/home/formula-bg.webp");
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }

    .formula-title {
        font-size: 40px;
        line-height: 58px;
        margin-bottom: 39px;
    }

    .formula-list-item-header {
        font-size: 20px;
        margin-bottom: 6px;
    }

    .formula-list-item-text {
        font-size: 16px;
        line-height: 22px;
    }

    .formula-desktop-block {
        display: flex;
        flex-direction: row;
    }

    .formula-capsule-wrapper {
        width: 50%;
    }

    .formula-capsule-desktop {
        height: 516px;
        width: auto;
    }
}