﻿.text-size-content {
    display: flex;
    flex-direction: row;
    width: auto;
}

    .text-size-content a.button-link {
        width: 95%;
        font-weight: 700;
        font-size: 15px;
        line-height: 26px;
        font-family: Roboto;
        color: #242424;
    }

button.text-size-content {
    display: flex;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0), 0 0 0 0 rgba(0, 0, 0, 0) !important;
    border-bottom: 0px;
    border: none;
    background-color: transparent;
    cursor: pointer;
}

.text-size-icon {
    opacity: 1 !important;
    width: 25px !important;
    height: 25px !important;
}

.newsdetail-content .text-big .text-block {
    font-size: 24px !important;
}

.newsdetail-content .text-big h2 {
    font-size: 33px !important;
}

    .newsdetail-content .text-big h2 strong {
        font-size: 37px !important;
    }

.newsdetail-content .text-big table {
    font-size: 27px !important;
}

.text-big .text-block h2 a strong span {
    font-size: 37px !important;
}

.text-big .text-block p {
    font-size: 27px !important;
}

@media only screen and (min-width: 768px) {
    button.text-size-content {
        display: none;
    }
}