section.best-choice {
    padding: 60px 0;
    position: relative;

    &.background-dark {
        color: #DADADA;

        h2 {
            color: #FFFFFF;
        }
    }

    &.white-shine:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: url("../../img/best-choice-white-shine.png") center center / contain no-repeat;
    }

    &.red-shine:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: url("../../img/best-choice-red-shine.png") center center / contain no-repeat;
    }

    .title-wrap {
        display: flex;
        align-items: center;
        gap: 38px;

        img {
            border-radius: 16px;
        }

        p {
            letter-spacing: 0.5px;
        }
    }

    .container {
        position: relative;
    }

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

    .item {
        padding: 40px 28px;
        border-radius: 16px;
        background: rgba(255, 255, 255, 0.04);
        backdrop-filter: blur(10px);
        flex: 1;
    }

    .item-title {
        font-size: 18px;
        font-weight: bold;
        line-height: 1.22em;
        letter-spacing: 1px;
        text-transform: uppercase;
        color: #FFFFFF;
        margin-top: 24px;
    }

    .item-description {
        font-size: 16px;
        line-height: 1.5em;
        margin-top: 24px;
    }

    .button-wrap {
        margin-top: 60px;
    }
}


/* MEDIA */
@media only screen and (max-width: 991px) {
    section.best-choice {
        .cards {
            flex-wrap: wrap;
        }

        .item {
            width: calc(50% - 10px);
        }
    }
}

/* ( < 991 ) */


@media only screen and (max-width: 768px) {
    section.best-choice {
        &.red-shine:before {
            background: url("../../img/best-choice-red-shine-mob.png") center bottom / contain no-repeat;
        }

        .title-wrap {
            flex-wrap: wrap;

            > div:first-child {
                order: 2;
            }
        }
    }
}

/* ( < 768 ) */


@media only screen and (max-width: 476px) {
    section.best-choice {
        padding: 40px 0;

        &.white-shine:before {
            display: none;
        }

        .cards {
            gap: 20px;
            margin-top: 24px;
        }

        .item {
            padding: 24px 16px;
            width: 100%;
            min-width: 100%;
        }

        .item-title {
            font-size: 16px;
        }

        .item-description {
            margin-top: 16px;
        }
    }
}

/* ( < 476 ) */


/* Page - Artificial Intelligence Consulting Services */
.page-id-17260 {
    section.best-choice {
        padding-bottom: 120px;
    }
}

@media only screen and (max-width: 768px) {
    .page-id-17260 {
        section.best-choice {
            padding-bottom: 60px;
        }
    }
}

/* ( < 768 ) */
/* END Page - Artificial Intelligence Consulting Services */
