/* Reorganized from wwwroot/css/responsive/news1.css. */
/* Responsive rules moved from ../news1.css. Keep this file loaded immediately after news1.css. */

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .news-one__content {
        padding: 30px 30px 13px;
    }
}


@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .news-one__title {
        font-size: 18px;
        line-height: 28px;
    }
}


@media (max-width: 767.98px) {
    .post-file-downloads {
        margin-bottom: 26px;
    }

    .post-download-item {
        display: grid;
        grid-template-columns: 38px minmax(0, 1fr);
        align-items: center;
        column-gap: 12px;
        row-gap: 10px;
        padding: 12px;
    }

    .post-download-file-icon {
        width: 38px;
        height: 38px;
    }

    .post-download-btn {
        grid-column: 1 / -1;
        width: 100%;
        min-height: 38px;
        align-self: stretch;
    }
}
