.home {
    padding: 152px 0 00px 0;

    overflow: hidden;
    /* background-color: var(--black1); */
    background: linear-gradient(to bottom, #2D0415 0%, #1F010E 100%);

    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

    margin-bottom: var(--mar-80);

    &>div {
        display: flex;
        flex-direction: row-reverse;
        gap: 24px;
        align-items: center;

        margin-bottom: 80px;

        @media (max-width: 768px) {
            margin-bottom: 60px;
            flex-direction: column;
        }
    }

    & .benefits {
        display: flex;
        flex-direction: row;
        align-items: center;
        flex-wrap: wrap;
        gap: 8px;
        margin-bottom: 25px;

        & p {
            font-size: 16px;
            font-weight: 600;
        }

        /* & > li {
            &:not(:first-child) {
                margin-left: 28px;
                &::after {
                    content: "";
                    position: absolute;
                    left: -15px;
                    top: 50%;
                    transform: translateY(-50%);
                    width: 4px;
                    height: 4px;
                    border-radius: 100px;

                    background: linear-gradient(
                        to bottom,
                        #a5beff 0%,
                        #0047ff 100%
                    );
                }
                @media (max-width: 768px) {
                    margin-left: 20px;
                    &::after {
                        left: -12px;
                    }
                }
            }
        } */
    }

    @media (max-width: 768px) {
        padding: 109px 0 0px 0 !important;
    }

    & .home_bg {
        position: relative;

        & img {}

        @media (max-width: 768px) {
            aspect-ratio: 2/1;
        }
    }

    & * {
        color: white;
    }

    & .home_content {
        &>* {
            max-width: 636px;
        }

        & a {
            /* background: linear-gradient(to right, #7032A3 0%, #26123A 100%) ; */
            /* border: 1px solid transparent;
            background:
                linear-gradient(to right, #7032A3, #26123A) padding-box,
                linear-gradient(#DCBAFF 0%, #341753 13%) border-box */
        }


    }

    &>.home_content {
        &>p:not(:first-child) {
            color: #999999;
        }

        /* & div:has(> img) {
            margin-left: auto;
            margin-right: auto;
            margin-bottom: 52px;
            max-width: 424px;
        } */
        &>div:last-child {
            & * {
                margin-bottom: 0;
            }
        }
    }

    &>div>p:has(+ h2) {
        margin-bottom: 8px !important;
    }

    & h1,
    & p {
        max-width: 846px;
    }

    & h1,
    & h2 {
        margin-bottom: 20px;
    }

    & a {
        /* justify-self: center; */
    }

    & p:not(:first-child) {
        /* opacity: 0.7 !important; */
    }

    & h1+p {
        font-size: 18px;
        color: white !important;
    }

    /* & .home_embla {
        margin-bottom: var(--mar-44);
        & .embla__container {
            gap: 6px;
        }
        & .embla__slide {
            flex: 0 0 16.41%;
            @media (max-width: 1024px) {
                flex: 0 0 26.41%;
            }
            @media (max-width: 768px) {
                flex: 0 0 76.41%;
            }
        }
    } */
    & .flex_2 {
        @media (min-width: 768px) {
            flex-wrap: nowrap !important;
        }

        &>* {
            padding: 16px !important;
            flex: 1 1 50% !important;
            max-width: unset !important;
            max-width: unset !important;
        }
    }
}

@media (max-width: 768px) {
    .home {

        /* padding: 0 0 50px 0; */
        & h1,
        & h2,
        & p,
        & a {
            /* padding: 0 4%; */
        }

        & a {
            max-width: 94%;
        }
    }
}