.catalogs{
  padding: 50px 0;
}
.is-front .catalogs{
  background-color: #ececec;
}

.catalogs h2{
  display: none;
  color: var(--primary-szabofogaskerek-color);
  font-size: 30px;
  font-weight: 700;
  margin: 0;
  margin-bottom: 20px;
}
.is-front .catalogs h2{
  display: block;
}
.catalogs .catalog{
  border-bottom: solid 1px var(--szabofogaskerek-textcolor-4);
  padding: 15px;
}
.catalogs .views-row:last-child .catalog{
  border-bottom: unset !important;
}
.catalog h3{
  font-size: 20px;
  font-weight: 600;
  margin: 0;
}
.catalog-file{
  cursor: pointer;
}
.catalog-file a{
  text-decoration: none;
  font-weight: 500;
}
.catalog-file i{
  padding-right: 5px;
}

.catalogs .more-link{
  display: flex;
  justify-content: center;
  margin: 15px 0;
}
.catalogs .more-link a {
  display: inline-block;
  font-family: var(--bs-btn-font-family);
  font-size: var(--bs-btn-font-size);
  line-height: var(--bs-btn-line-height);
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
  border-radius: var(--bs-btn-border-radius);
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;

  background-color: var(--secondary-szabofogaskerek-color);
  color: var(--darkblue-szabofogaskerek-color) !important;
  padding: 6px 35px;
  text-transform: uppercase;
  font-weight: bold;
}

.catalogs .more-link a:hover, .catalogs .more-link a:focus, .catalogs .more-link a:active {
  background-color: var(--darkblue-szabofogaskerek-color) !important;
  color: var(--secondary-szabofogaskerek-color) !important;
}
