.back_link {
  margin-top: 50px;
  margin-bottom: 0px;
  display: block;
  text-align: center;
  font-size: 24px;
  font-weight: 400;
  color: black;

  text-decoration: none;

  position: relative;

  transition: color 0.1 s linear;
}

.back_link:after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;

  background-color: #bf311a;
  opacity: 0;

  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1;

  transition: opacity 0.1s linear;
}

.back_link:hover {
  color: #bf311a;
  font-weight: 600;
}

.Work_examples {
  width: 100%;
  max-width: 1230px;
  margin: 0 auto;
  padding: 0 15 15px;

  margin-top: 50px;
  margin-bottom: 50px;

  text-align: center;
  font-size: 24px;
  font-weight: 800;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  color: black;
}

.gallery_item {
  justify-content: column;
  display: block;
}
