section.cooperation-options {
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
    letter-spacing: 1px;
    color: #dadada;
    padding: 120px 0 60px 0;
    position: relative;

    h2 {
        margin-bottom: 48px;
    }

    h3 {
        font-family: "DM Sans";
        font-weight: 700;
        font-size: 24px;
        letter-spacing: 1px;
        line-height: 30px;
        color: #ffffff;
        text-transform: uppercase;
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 24px;

        img {
            max-width: 50%;
        }
    }

    .cards-row {
        display: flex;
        gap: 28px;

        span {
            letter-spacing: 1.5px;
        }

        span.sum {
            font-family: "Benzin bold";
            font-size: 20px;
            font-weight: 400;
            line-height: 32px;
            text-transform: uppercase;
        }

        span del {
            font-family: "Benzin bold";
            font-size: 16px;
            font-weight: 400;
            line-height: 24px;
            letter-spacing: 1.5px;
            text-transform: uppercase;
        }

        ul {
            list-style-type: none;
            padding: 0;

            li {
                font-size: 16px;
                margin-bottom: 12px;
                font-weight: 400;
            }

            li:last-child {
                margin-bottom: 0;
            }
        }
    }

    .item {
        padding: 24px;
        border-radius: 16px;
        background: rgba(255, 255, 255, 0.06);
    }

    .item:nth-child(1) p:nth-child(3) {
        margin-top: 57px;
    }

    .item:nth-child(2) {
        border: 1px solid #f9371c;

        p:nth-child(3) {
            margin-top: 11px;
        }
    }

    .btn {
        text-transform: uppercase;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 16px !important;
        width: 100%;
        height: 52px;
        margin: 16px 0;
    }

    .button {
        width: 100%;
    }

    .container {
        position: relative;
        z-index: 2;
    }
}

section.cooperation-options.title-center {
    h2 {
        text-align: center;
    }
}

section.cooperation-options.list-style {
    ul {
        margin: 32px 0;
    }

    ul li {
        font-size: 18px;
        letter-spacing: 0.5px;
        padding-left: 36px;
        position: relative;
    }

    ul li::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 24px;
        height: 24px;
        -webkit-mask-image: url(../../img/check.svg);
        -webkit-mask-repeat: no-repeat;
        -webkit-mask-position: center;
        -webkit-mask-size: cover;
        background-color: #efefef;
    }

    .item:nth-child(2) ul li::before {
        background-color: #f9371c;
    }
}

section.cooperation-options.background-img,
section.cooperation-options.background-img-cannabis {
    position: relative;
}

section.cooperation-options.background-img::before,
section.cooperation-options.background-img::after,
section.cooperation-options.background-img-cannabis::before,
section.cooperation-options.background-img-cannabis::after {
    content: "";
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    pointer-events: none;
}

section.cooperation-options.background-img::before,
section.cooperation-options.background-img-cannabis::before {
    width: 1767px;
    height: 816px;
    top: 17px;
    background: url(../../img/background-img-grid.svg) center top / contain no-repeat;
}

section.cooperation-options.background-img::after {
    width: 1494px;
    height: 570px;
    bottom: 0;
    background: url(../../img/background-img-1.png) center bottom / contain no-repeat;
}

section.cooperation-options.background-img-cannabis::after {
    width: 1751px;
    height: 516px;
    bottom: 0;
    background: url(../../img/background-img-cannabis.png) center bottom / contain no-repeat;
}

section.cooperation-options.two-col {
    .cards-row {
        box-sizing: border-box;
        display: flex;
        flex: 0 1 auto;
        flex-direction: row;
        flex-wrap: wrap;
        column-gap: 28px;
    }

    .item {
        width: calc(50% - 14px);
        padding: 24px 32px;
        border-radius: 24px;
        border: 1px solid #3d3d3d;
        background: rgba(44, 44, 44, 0.2);
        backdrop-filter: blur(30px);
    }

    .item:nth-child(2) {
        border-color: #f9371c;
    }

    .item p {
        font-weight: 400;
        line-height: 26px;
        letter-spacing: 0.48px;
    }

    .item:nth-child(2) p {
        font-weight: 700;
        letter-spacing: 1.5px;
    }

    .heading-wrap {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 24px;
    }

    h3 {
        line-height: 42px;
        text-transform: none;
    }

    .heading-wrap h3 {
        margin-bottom: 0;
    }

    .heading-tag {
        font-size: 18px;
        line-height: 26px;
        letter-spacing: 1px;
        color: #f9371c;
        border-radius: 20px;
        background: rgba(249, 55, 28, 0.1);
        padding: 8px 16px;
    }
}

/* MEDIA */

@media only screen and (max-width: 1200px) {
    section.cooperation-options.background-img::before {
        top: 85px;
    }
}

/* ( < 1200 ) */

@media only screen and (max-width: 991px) {
    section.cooperation-options {
        padding: 80px 0 40px 0;

        .cards-row {
            margin: 0 auto;
            max-width: 500px;
            flex-wrap: wrap;

            > div {
                width: 100%;
            }
        }
    }

    section.cooperation-options.two-col {
        .item {
            width: 100%;
        }
    }
}

/* ( < 991 ) */

@media only screen and (max-width: 567px) {
    section.cooperation-options {
        h3 {
            font-size: 20px;
            line-height: 24px;
        }

        .cards-row span,
        .cards-row span.sum {
            font-size: 16px;
        }

        .btn {
            margin: 28px 0;
        }
    }

    section.cooperation-options.two-col {
        h2 {
            margin-bottom: 28px;
        }

        .item {
            padding: 24px 16px;
        }

        h3 {
            line-height: 24px;
            margin-bottom: 22px;
        }

        p,
        ul li {
            font-size: 16px;
        }

        ul {
            margin-top: 16px;

            li {
                line-height: 24px;
            }
        }

        .heading-tag {
            font-size: 16px;
            line-height: 20px;
        }

        .heading-wrap {
            flex-direction: column;
            row-gap: 16px;
            align-items: flex-start;

            h3 {
                order: 2;
            }
        }
    }
}

/* ( < 567 ) */

@media only screen and (max-width: 375px) {
    section.cooperation-options.background-img::after {
        width: 375px;
        height: 1045px;
        background: url(../../img/background-img-1-mobile.png) center bottom / contain no-repeat;
    }

    section.cooperation-options.background-img-cannabis::after {
        width: 375px;
        height: 1067px;
        bottom: -19px;
        background: url(../../img/background-img-cannabis-mobile.png) center bottom / contain no-repeat;
    }
}
