.gallery__section .heading__block {
  margin-bottom: 32px;
}
.gallery__section .heading__block h1 {
  font-size: 32px;
  font-weight: 800;
  text-align: center;
  margin-bottom: 12px;
}
.projects .filter {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.projects .filter_button {
  display: flex;
  box-shadow: 4px 12px 30px #0000000a;
  border: 1px solid #00000014;
  background: #f2fbf7;
  border-radius: 6px;
  padding-inline: 20px;
  margin-bottom: 30px;
}
.projects .filter_button .title {
  padding: 0.5rem;
  margin: 0.5rem;
  font-weight: bold;
}
.projects .filter_button .option {
  padding: 0.5rem;
  display: block;
  margin: 0.5rem;
  text-decoration: none;
  color: #000;
}
.projects .projects_inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.projects .projects_inner .project {
  width: 100%;
  background-color: currentColor;
  height: 200px;
}
.projects .projects_inner .project img {
  width: 100%;
  max-height: 200px;
  max-width: 100%;
}
