@media screen and (min-width: 1900px) {
    * {
        font-size: 2rem;
    }

    footer .title,
    section.v-fluid .title {
        font-size: 160px;
        line-height: 192px;
        margin: 0;
    }

    section.v-fluid .description {
        font-size: 50px;
        line-height: 75px;
        margin: 0;
    }

    .counter-box .details {
        width: 312px;
        height: 286px;

        margin-left: 1.5rem;
    }

    .counter-box .details .info .icon {
        font-size: 60px;
    }

    .counter-box .details .info .number {
        font-size: 200px;
        line-height: 240px;
    }

    .counter-box .details .description {
        font-size: 40px;
        line-height: 48px;
    }

    .partners .image{
        width: 500px;
        height: 340px;
    }

    footer .footer-link {
        font-size: 60px;
        line-height: 90px;
    }

}