

@media (min-width: 720px) and (max-width: 1200px) {

    .year20 {
        display: block;
        top: 40px;
        right: calc((100% - 549px - 214px - 20px) / 2); /* 570px;*/
        bottom: auto;
        left: auto;
    }

    .projects500 {
        display: block;
        bottom: auto;
        left: calc(549px + 36px);
        top: 590px;
        right: auto;
        color: #fff;
    }
}
