@media (min-width: 1280px) {
    .bluecount {
        max-width: 1200px;
        background: linear-gradient(221.93deg, #00182E 0.34%, #0E518E 100%);
        border-radius: 16px;
        border: none;
        padding: 40px 64px;
    }

    .bluecount__title {
        font-family: Montserrat, sans-serif;
        font-size: 32px;
        font-weight: 400;
        line-height: 40px;
        letter-spacing: -0.02em;
        text-align: left;
        margin-bottom: 24px;
    }

    .bluecount__title span {
        font-weight: 600;
    }

    .bluecount__container {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        margin-bottom: 32px;
    }

    .bluecount__item {
        display: flex;
        flex-direction: column;
        width: 347px;
        height: 64px;
    }
}