section.related-services-chess-horizontal {
    padding: 120px 0 60px 0;

    .section-title {
        font: 400 40px/1.3em 'Benzin Bold', sans-serif;
        letter-spacing: 1.5px;
        margin-bottom: 40px;
    }

    .cards-row {
        margin-top: 20px;
        display: flex;
        gap: 20px;

        > div {
            width: calc(33.3% - 12px);
        }

        .cards__item {
            display: flex;
            gap: 20px;
            flex-direction: column;
            justify-content: space-between;

            > div {
                height: 50%;
                min-height: 50%;
            }
        }

        .cards__item:nth-child(odd) .cards__item-content {
            order: 2;
        }

        .cards__item-title {
            font: 400 20px/1.6em 'Benzin Bold', sans-serif;
            letter-spacing: 1.5px;
            text-transform: uppercase;
        }

        .cards__item-content {
            padding: 24px;
            background: rgba(255, 255, 255, 0.08);
            height: 100%;
        }

        .cards__item-description {
            font: 400 16px/1.5em 'DM Sans', sans-serif;
            margin-top: 12px;
        }

        .cards__item-image {
            width: 100%;

            img {
                width: 100%;
                height: 100%;
                object-fit: cover;
            }
        }
    }
}

section.related-services-chess-horizontal.background-dark .cards__item-title,
section.related-services-chess-horizontal.background-dark .section-title {
    color: #FFFFFF;
}

section.related-services-chess-horizontal.background-dark .cards__item-description {
    color: #DADADA;
}

/* MEDIA */


@media only screen and (max-width: 1100px) {
    section.related-services-chess-horizontal .cards-row .cards__item > div {
        min-height: 432px;
    }
}

/* ( < 1100 )*/


@media only screen and (max-width: 991px) {
    section.related-services-chess-horizontal .cards-row .cards__item > div {
        min-height: 532px;
    }
}

/* ( < 991 )*/


@media only screen and (max-width: 768px) {
    section.related-services-chess-horizontal {
        padding: 80px 0 40px 0;
    }

    section.related-services-chess-horizontal .section-title {
        font-size: 24px;
    }

    section.related-services-chess-horizontal .cards-row {
        flex-wrap: wrap;
    }

    section.related-services-chess-horizontal .cards-row > div {
        width: 100%;
    }

    section.related-services-chess-horizontal .cards-row .cards__item-content,
    section.related-services-chess-horizontal .cards-row .cards__item-title {
        font-size: 16px;
    }

    section.related-services-chess-horizontal .cards-row .cards__item:nth-child(even) .cards__item-content {
        order: 2;
    }

    section.related-services-chess-horizontal .cards-row .cards__item > div {
        height: auto;
        min-height: 0;
    }

    section.related-services-chess-horizontal .cards-row .cards__item-image {
        max-height: 180px;
    }
}

/* ( < 768 ) */
