.follow {
  display: grid;
  grid-template-columns: 18% 18% 28% 18% 18%;
  margin-bottom: 20px;
  width: 100%;
}
.grid_item_follow {
  padding: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 240px;
  position: relative;
}
.item_1 {
  background-image: url("../img/follow/follow_1.png");
}
.item_2 {
  background-image: url("../img/follow/follow_2.png");
}
.item_3 {
  background-image: url("../img/follow/instagram_big.png");
  background-size: contain;
}

.item_4 {
  background-image: url("../img/follow/follow_3.png");
}
.item_5 {
  background-image: url("../img/follow/follow_4.png");
}
.icon_follow {
  width: 50px;
  height: 50px;
  position: absolute;
  left: 0;
  right: 0;
  top: -30px;
  margin: 0 auto;
  z-index: 5;
}
.follow_description {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
  transform: translate(0, -50%);
}
h3 {
  margin-bottom: 56px;
  font-size: 40px;
  font-weight: 200;
  text-transform: initial;
}
.instagram {
  background-color: #ffae2b;
  border: none;
  padding: 20px 28px;
}
