/* small desktop 1000 - 1232px */
@media screen and (max-width: 1231px){

    .research-of-month__list{
        width: 1000px;
        margin: 0 auto;
    }

    .research-of-month__item{
        width: 464px;
    }

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

    .research-of-month__link{
        font-size: 18px;
        font-weight: 600;
        line-height: 24px;
    }
}