.articles-element .description .bottom-row>a
{
    display: block;
    width: 200px;
    background: #3fb5b7;
    border: 1px solid #2a9698;
    border-radius: 5px;
    font-size: 1rem;
    color: #fff;
    font-weight: 400;
    text-decoration: none;
    line-height: 1.5rem;
    text-align: center;
    cursor: pointer;
    padding: 5px;
    margin: 0px auto 12px;
}


.articles-element .description .bottom-row>a:hover
{
    background: #20888a;
    border-color: #106365;
}
@media (min-width: 1170px)
{
    .articles-page .top-row .left-block h1
    {
        font-weight: 400;
    }
    .articles-page .top-row .left-block
    {
        font-weight: 400;
    }

    .articles-page .nav-row div:nth-child(1)
    {
        font-size: 1.4rem;
        font-weight: 400;
        margin: 0 15px 0 0;
    }
    .articles-page .nav-row a
    {
        margin: 0 1.5%;
    }
    .articles-page .nav-row a:last-child
    {
        margin: 0 0 0 1.5%;
    }
    .articles-page .nav-row .dots
    {
        margin: 9px 0 0 0;
        font-size: .5rem;
    }
    .articles-element .description .title
    {
        font-size: 1.1rem;
        height: 48px;
    }
    .articles-element .description
    {
        padding: 20px 8% 0;
    }

    .articles-element .description .text
    {
        margin-top: 0px;
        height: 130px;
    }
    .articles-element .description .text p
    {
        margin: 15px 0 0 0;
    }
    .articles-element .description .bottom-row
    {
        margin-top: 25px;
    }
}

@media (min-width: 768px) and (max-width: 1169px)
{
    .articles-element .description .title
    {
        font-size: .85rem;
        line-height: 1.1rem;
        margin-top: 10px;
        height: 50px;
    }
    .articles-element .description .date
    {
        font-size: 1rem;
    }
    .articles-element .description .text
    {
        margin-top: 0px;
        height: 144px;
        font-size: .75rem;
    }
    .articles-page .top-row .left-block
    {
        width: 30%;
    }
    .articles-page .nav-row
    {
        width: 70%;
    }
    .articles-element .description .bottom-row>a
    {
        margin-top: 20px;
    }
    .articles-element .description .text
    {
        height: 130px;
    }
    .articles-element .description .title
    {
        height: 30px;
    }
}
