.galery {
  margin-top: 90px;
  margin-bottom: 90px;
  background-image: url(https://rvd-rukava.ru/wp-content/uploads/2020/07/crossword.png);
}
.galery::before {
  content: '';
  height: 120px;
  filter: invert(1);
  width: 100%;
  position: absolute;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1000 100' preserveAspectRatio='none'%3E%3Cpath class='elementor-shape-fill' d='M738,99l262-93V0H0v5.6L738,99z'%3E%3C/path%3E%3C/svg%3E");
}
.galery::after {
  content: '';
  transform: translate(0px, -125px) rotate(180deg);
  z-index: 0;
  height: 120px;
  filter: invert(1);
  width: 100%;
  position: absolute;
  margin-top: 15px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1000 100' preserveAspectRatio='none'%3E%3Cpath class='elementor-shape-fill' d='M738,99l262-93V0H0v5.6L738,99z'%3E%3C/path%3E%3C/svg%3E");
}
.galery .container {
  position: relative;
  z-index: 1;
}
.galery .container h2,
.galery .container .h2 {
  color: #065C9C;
  font-size: 45px;
  font-weight: 600;
  font-family: "Inter",Sans-serif;
  width: 100%;
  text-align: center;
}
.galery .container .description {
  color: #374046;
  font-size: 26px;
  font-weight: 300;
  font-family: "Inter",Sans-serif;
  width: 100%;
  text-align: center;
}
.galery .container .img_wrapper {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(auto-fill, 270px);
}
.galery .container .img_wrapper img{
  max-width: 100%;
  border-radius: 5px;
  box-shadow: 0 2px 8px 0 rgba(0,0,0,.3);
  max-height: 202px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.galery .container .img_wrapper {
  position: relative;
}
.galery .container .img_wrapper a::after{
  content: "";
  transition: all 0.5s cubic-bezier(.21,.75,.27,.96);
  background-color: rgb(81 162 255 / 32%);
  position: relative;
  z-index: 10;
  width: 100%;
  height: 100%;
  display: block;
  top: -99%;
  border-radius: 5px;
  opacity: 0;
}
.galery .container .img_wrapper a:hover::after{
  opacity: 1;
}
