h3
{
    font-size: 20px !important;
}
h3
{
    font-size: 24px !important;
}
a
{
    font-size: 17px !important;
}

p,span
{
    font-size: 17px !important;
}

@media (max-width: 1400px)
{
    h3
    {
        font-size : 18px !important;
    }
    h1
    {
        font-size: 20px !important;
    }
}

@media (max-width: 768px) {
    h1
    {
        font-size: 19px !important;
    }
    h2
    {
        font-size: 18px !important;
    }
    h3
    {
        font-size: 17px !important;
    }
    h4
    {
        font-size: 15px !important;
    }
    .name-player
    {
        font-size: 15px;
    }
    a
    {
        font-size: 14px !important;
    }

    p,span,.article-body
    {
        font-size: 14px !important;
    }

    .side-card-news
    {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

}

.date
{
    display:block !important;
}

