.home_hero {
  min-height: 52rem;
  padding: 8.8rem 0 7.2rem;
}
.home_hero::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(90deg, rgba(12, 36, 57, 0.9) 0%, rgba(12, 36, 57, 0.62) 55%, rgba(12, 36, 57, 0.38) 100%);
}
.home_hero .head {
  max-width: 74rem;
}
.home_hero h1 {
  max-width: 25ch;
}
.home_hero .btns {
  display: flex;
  flex-wrap: wrap;
  gap: 1.2rem;
  margin-top: 2.8rem;
}

.home_silos .silo_grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.4rem;
}
.home_silos .silo {
  overflow: hidden;
  border: 1px solid var(--border);
  border-radius: var(--radius-card);
  background: #fff;
  box-shadow: var(--shadow);
}
.home_silos .silo .img.img_aba {
  --h: 56%;
}
.home_silos .silo .body {
  padding: 2.4rem 2.4rem 2.8rem;
}
.home_silos .silo .tag {
  margin-bottom: 1rem;
}
.home_silos .silo.labour .tag {
  background: #fff6ef;
  border-color: #efd2bf;
  color: var(--labour);
}
.home_silos .silo.rpo .tag {
  background: #eef7f6;
  border-color: #c5dedc;
  color: var(--rpo);
}
.home_silos .silo h2 {
  max-width: 20ch;
  margin-bottom: 1.2rem;
  font-size: 2.6rem;
  line-height: 1.2;
}
.home_silos .silo p {
  margin-top: 1.2rem;
  font-size: 1.6rem;
  line-height: 1.65;
  color: var(--text);
}
.home_silos .silo a.btn,
.home_silos .silo a.btn:link,
.home_silos .silo a.btn:visited {
  margin-top: 2rem;
  color: #fff;
  text-decoration: none;
}
.home_silos .silo a.btn:hover {
  color: #fff;
}
.home_silos .silo p a {
  color: var(--title);
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 0.2em;
}
.home_silos .silo p a:hover {
  color: var(--primary);
}

.home_ind .img.img_aba {
  --h: 58%;
}

@media screen and (max-width: 1024px) {
  .home_hero {
    min-height: 0;
    padding: 5.6rem 0 4.8rem;
  }
  .home_hero h1 {
    font-size: 4rem;
  }
  .home_silos .silo_grid {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 768px) {
  .home_hero {
    padding: 4rem 0 3.6rem;
  }
  .home_hero h1 {
    max-width: none;
    font-size: 3.2rem;
  }
  .home_hero .head p {
    font-size: 1.6rem;
  }
  .home_silos .silo .body {
    padding: 2rem 1.8rem 2.2rem;
  }
  .home_silos .silo h2 {
    max-width: none;
    font-size: 2.2rem;
  }
  .home_silos .silo p {
    font-size: 1.6rem;
  }
  .home_hero .btn,
  .home_hero .btn_line,
  .home_silos .silo a.btn {
    width: 100%;
    font-size: 1.6rem;
    line-height: 4.8rem;
    min-height: 4.8rem;
  }
}
