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;
    }
}


/* MEDIA */

@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%;
            }
        }
    }
}

/* ( < 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;
        }
    }
}
