.first-block {
  margin-top: 150px;
  padding: 0 1.2rem;
}

.first-block-link a {
  color: #000;
  text-decoration: none;
  font-size: 2.5rem;
  position: relative;
}
.first-block-link a::after {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #000;
  height: 2px;
  width: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  content: "";
}
.first-block-link a:hover::after {
  width: 100%;
}

.second-block {
  width: 100%;
  height: 90vh;
  margin-top: 40px;
  background: url("../images/EarlyWork/early_work/Earlywork_w.jpg") no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

.section-title h2 {
  font-size: 3rem !important;
}

.pre-title {
  font-size: 1rem;
  margin-left: 6px;
}

.section-description {
  line-height: 1.3rem;
  font-size: 1rem;
  color: #000;
}

#early-work,
#konstruktiv,
#open-sign {
  margin-top: 150px;
  width: 100%;
  padding: 0 2rem;
}

.section-gallery {
  margin-top: 60px;
  display: -ms-grid;
  display: grid;
  width: 100%;
  -ms-grid-columns: 1fr calc(20px + 3.75vw) 1fr calc(20px + 3.75vw) 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: calc(20px + 3.75vw);
}

.section-object {
  aspect-ratio: 1/1;
}
.section-object img {
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.section-object:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.big-image-container {
  width: 100%;
  height: 100vh;
}
.big-image-container img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: fill;
     object-fit: fill;
}

#numbers {
  margin-top: 150px;
  width: 100%;
}
#numbers .section-title,
#numbers .section-description {
  padding: 0 2rem;
}

.numbers-image-container {
  width: 100%;
  height: 50vh;
  margin-top: 100px;
}
.numbers-image-container img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

.section-gallery-numbers {
  padding: 0 2rem;
}