.offl__list {
  list-style-type: none;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px; }
.offl__item {
  border: 1px solid #dcdcdc;
  border-radius: 5px;
  color: #333;
  font-size: 16px;
  height: 100%;
  width: 100%; }
.offl__link {
  text-decoration: none !important; }
.offl__content {
  padding: 20px; }
.offl__title {
  text-align: center; }
.offl__search {
  width: 100%;
  margin: 20px 0; }
.offl__show_all_btn {
  display: none; }

@media all and (max-width: 1000px) {
  .offl__list {
    grid-template-columns: repeat(2, 1fr); } }
@media all and (max-width: 500px) {
  .offl__list {
    grid-template-columns: 1fr; } }

/*# sourceMappingURL=style.css.map */
