
.showmore__text{
    font-size: 14px;
    font-weight: 700;
    line-height: 21px;
    text-align: center;

    color: #A5B4CD;

}

.showmore{
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-top: 120px;
    margin-bottom: 60px;
}


.showmore__button{
    padding: 18px 43px;

    max-width: fit-content;

    color: #F2F3F4;
    background-color: #121313;

    font-size: 16px;
    font-weight: 600;
    line-height: 19.36px;
    text-align: left;

    margin-top: 20px;
}

.showmore__button:hover {
    cursor: pointer;
}

.showmore__pages{
    width: 100%;
    display: flex;
    justify-content: center;

    margin-top: 60px;
}

.showmore__pages-page{
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-align: center;

    color: #121313;

    margin-right: 8px;
}

.showmore__pages-page--active{
    color: #F53F4A;
}
