html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.tlrev2-inner__filters_sort-pagination {
    display: flex;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

    .tlrev2-inner__filters_sort-pagination > div {
        flex: 0 1 calc(20% - 10px);
        min-width: calc(20% - 10px);
        padding: 15px;
        border: 1px solid;
        border-radius: 10px;
        margin: 5px;
        text-align: center;
    }

.tlrev2-page-press__article {
    display: block;
    margin-bottom: 15px;
}