/* tablet  768 - 1000*/
@media screen and (max-width: 999px){

    .analys_hr_research-of-month{
        margin-top: 96px;
    }

    .analysi_research-of-month{
        margin-top: 94px;
    }

    .section__title_research-of-month{
        margin-bottom: 33px;
    }

    .research-of-month__list{
        gap: 24px;
        justify-content: center;
        width: auto;
    }

    .research-of-month__item{
        width: 736px;
        justify-content: space-between;
    }

    .research-of-month__a-side-item{
        width: 472px;
    }

    .research-of-month__show-more-btn{
        margin-top: 40px;
    }
}