.test-video-tariff-wrapper {
    background: linear-gradient(180deg, #1A1A1F 0%, rgba(25, 25, 31, 0.8) 100%);

    max-width: 1136px;
    border-radius: 32px;
    padding: 64px;
    margin: 0 auto;
}

.test-how-it-work-title {
    color: #EBEBF5;
}

.test-how-it-cost-wrapper {
    justify-content: space-between;
}

.test-tariff-card {
    opacity: 1;
    transform: translateY(0);
    max-width: 432px;
}

.test-recognition {
    margin-top: 100px;

    h2 {
        color: #F5F5FA;
        padding-top: 0;
    }
}

.test-company-item {
    background: linear-gradient(180deg, #1A1A1F 0%, rgba(25, 25, 31, 0.8) 100%);

    p {
        color: #FFFFFF;
    }
}

.mobile-button {
    display: none;
}

@media screen and (max-width: 862px) {
    .how-it-cost-wrapper.test-how-it-cost-wrapper {
        flex-direction: column;
        gap: 32px;
    }

    .test-video-tariff-wrapper {
        padding: 16px;
    }

    .desktop-button {
        display: none;
    }

    .mobile-button {
        display: block;
    }
}