.rsis_gpo_ranking {
    background-position: center center;
    background-size: cover;
    display: flex;
    column-gap: 24px;
    padding-block: 80px;
}

.rsis_gpo_ranking .gpo_header{
    display: flex;
    align-items: flex-start;
    justify-content: center;
    margin-left: 70px;
    row-gap: 32px;
    flex-direction: column;
    max-width: 24%;
}

.rsis_gpo_ranking .gpo_header .gpo_title{
    font-family: Lato;
    font-style: normal;
    font-weight: 600;
    font-size: 42px;
    line-height: 52px;
    color: #151313;
    text-transform: capitalize;
}

.rsis_gpo_ranking .gpo_header .gpo_subtitle{
    font-family: Lato;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0.5px;
    color: #151313;
    max-width: 820px;
}

.rsis_gpo_ranking .gpo_header_line{
    border: 3px solid #BA2025;
    width: 86px;
    height: 0px;
}

.rsis_gpo_ranking .gpo_content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: flex-start;
    width: 100%;
    row-gap: 64px;
    margin-right: 70px;
}

.rsis_gpo_ranking .gpo_content .num_block {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    flex-basis: 50%;
    row-gap: 10px;
}

.rsis_gpo_ranking .gpo_content .num_block .num {
    font-family: Lato;
    font-style: normal;
    font-weight: 600;
    font-size: 57px;
    line-height: 110%;
    text-align: center;
    color: #BA2025;
}

.rsis_gpo_ranking .gpo_content .num_block .num .num_count {
    display: inline;
}
.rsis_gpo_ranking .gpo_content .num_block .num .num_count_hide {
    display: none;
}

.rsis_gpo_ranking .gpo_content .num_block .descr {
    font-family: Lato;
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 28px;
    text-align: center;
    letter-spacing: 0.5px;
    color: #151313;
    max-width: 200px;
}

@media only screen and (max-width: 810px) {
    .rsis_gpo_ranking {
        flex-direction: column;
        padding-block: 48px;
        row-gap: 40px;
    }
    .rsis_gpo_ranking .gpo_header {
        margin-left: 16px;
        max-width: calc(100% - 32px);
        row-gap: 16px;
    }
    .rsis_gpo_ranking .gpo_header .gpo_title{
        font-weight: 600;
        font-size: 28px;
        line-height: 30px;
    }
    .rsis_gpo_ranking .gpo_header .gpo_subtitle{
        font-weight: 400;
        font-size: 18px;
        line-height: 24px;
    }
    .rsis_gpo_ranking .gpo_header_line{
        border: 3px solid #BA2025;
        width: 80px;
        height: 0px;
    }
    .rsis_gpo_ranking .gpo_content {
        margin-left: 16px;
        max-width: calc(100% - 32px);
        row-gap: 32px;
    }
    .rsis_gpo_ranking .gpo_content .num_block .num {
        font-weight: 600;
        font-size: 40px;
        line-height: 52px;
    }
    .rsis_gpo_ranking .gpo_content .num_block .num .num_count {
        display: inline;
    }
    .rsis_gpo_ranking .gpo_content .num_block .descr {
        font-weight: 400;
        font-size: 18px;
        line-height: 24px;
        padding-inline: 10px;
    }
}