.instagram-item {
  height: 200px;
}

.instagram-item img {
  height: 100%;
}
.header-logo {
  position: absolute;
  top: calc(50% - 36px);
  display: flex;
  gap: 12px;
}

.header-logo img {
  height: 72px;
  width: 72px;
}

@media screen and (max-width: 768px) {
  .header-logo {
    top: calc(100% - 38px);
  }
  .header-logo img {
    height: 56px;
    width: 56px;
  }
}
