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

.research-of-month__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 40px;
}

.research-of-month__item {
    width: 596px;
    display: flex;
    gap: 32px;

    border-radius: 16px;
    background: #F2F2F2;
}

.research-of-month__a-side-item {
    width: 364px;
    padding: 20px 0 20px 32px;

    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
}

.research-of-month__month{
    padding: 4px 16px;
    border-radius: 16px;

    color: #FFF;
    font-size: 13px;
    font-weight: 500;
    line-height: 16px;
    text-transform: uppercase;
}

.research-of-month__title{
    margin-top: 12px;
    margin-bottom: 12px;
}

.research-of-month__link{
    color: #002E6D;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
}

.research-of-month__link:hover{
    color: #002E6D;
    text-decoration: underline;
}

.research-of-month__link:active{
    color: #002E6D;
    text-decoration: underline;
}

.research-of-month__article{
    color: #777;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
}

.research-of-month__b-side-item {
    width: 200px;
    height: 160px;
}

.research-of-month__image{
    border-radius: 0 16px 16px 0;
}

.research-of-month__show-more-btn{
    width: 328px;
    padding: 12px 16px;
    border-radius: 22px;
    border: 1px solid #0080C9;
    margin: 55px auto 0 auto;
    display: block;
    color: #0080C9;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
    background: transparent;
}

.research-of-month__show-more-btn:hover{
    background: #0191E3;
    border-color: #0191E3;
    color: white;
    text-decoration: none;
}

.research-of-month__show-more-btn:active{
    background: #0080C9;
    border-color: #0080C9;
    color: white;
    text-decoration: none;
}