.interesting-figures {
    margin-bottom: 50px;
}

.interesting-figures__title {
    text-align: center;
    margin-bottom: 50px;
}

.interesting-figures__items {
    display: flex;
}

.interesting-figures__photo {
    height: 220px;
}

    .interesting-figures__photo img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.interesting-figures__item:first-child {
    flex: 0 0 31%;
    height: 220px;
    margin-left: 0;
    border: 0;
}

.interesting-figures__item {
    border: 2px solid var(--color-blue);
    flex: 0 0 15%;
    height: 220px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: calc(20px + 7 * (100vw / 1920));
}

    .interesting-figures__item .item__number {
        display: block;
        color: var(--color-black);
        font-size: calc(20px + 20 * (100vw / 1920));
        font-weight: 600;
        line-height: 130%;
        margin-bottom: 20px;
    }

    .interesting-figures__item span {
        font-size: 16px;
        font-weight: 700;
        line-height: 130%;
        text-align: center;
        color: rgba(18, 36, 64, 0.50);
    }



@media (max-width: 1199.99px) {
    
    .interesting-figures {
        margin-bottom: 40px;
    }
    .interesting-figures .container {
        padding: 0;
    }

    .interesting-figures__title {
        margin-bottom: 15px;
        text-align: left;
        padding: 0 20px;
    }

    .interesting-figures__items {
        flex-wrap: wrap;
        justify-content: space-between;
        padding: 0 20px;
    }

    .interesting-figures__item:first-child {
        flex: 0 1 100%;
        height: 350px;
    }

    .interesting-figures__item {
        flex: 0 1 48%;
        margin: 5px;
    }

    .interesting-figures__photo {
        width: 100%;
        height: 350px;
        position: absolute;
    }

    .interesting-figures__item {
        margin-left: 0;
        height: 155px;
    }

        .interesting-figures__item .item__number {
            font-weight: 900;
            font-size: 24px;
        }


@media (max-width: 532.99px) {
    .interesting-figures__photo, .interesting-figures__item:first-child {
        height: 220px;
    }
}
