.p-home__page-link-recruit-wrap {
  position: relative;
  margin-top: 3.375rem;
  padding: 2.5rem 0 2.125rem;
  border: 2px solid #302829;
}

.p-home__page-link-recruit-title {
  font-size: 1.5rem;
  font-weight: 500;
  width: fit-content;
  margin: -3.75rem auto 0;
  padding: 0 2.5rem;
  text-align: center;
  background: #fff;
}

.p-home__page-link-recruit {
  position: relative;
  z-index: 2;
  display: grid;
  width: 48.125rem;
  max-width: 100%;
  margin-top: 1.125rem;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.625rem;
  margin-inline: auto;
}

.p-home__page-link-common-item {
  width: 15.625rem;
  border: 2px solid #302829;
  background: #fbfbfb;
}

.p-home__page-link-text {
  font-size: 1.125rem;
  font-weight: 700;
  display: flex;
  padding: 1.0625rem 0;
  align-items: center;
  justify-content: center;
  gap: 0.625rem;
  height: 100%;
}

.p-home__page-link-recruit-wrap::after {
  font-family: "Roboto", sans-serif;
  font-size: 4.375rem;
  font-weight: 700;
  line-height: 1;
  position: absolute;
  z-index: 1;
  bottom: -0.625rem;
  left: 50%;
  width: 100%;
  content: "Contratación de personal";
  transform: translateX(-50%);
  text-align: center;
  letter-spacing: 0.1em;
  color: rgba(170, 21, 27, 0.2);
}

@media screen and (max-width: 768px) {
  .p-home__page-link-recruit-wrap {
    padding: 2.5rem 1rem 2.125rem;
  }
}

@media screen and (max-width: 768px) {
  .p-home__page-link-recruit {
    width: 100%;
    margin-inline: auto;
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 768px) {
  .p-home__page-link-common-item {
    width: auto;
  }
}

@media screen and (max-width: 768px) {
  .p-home__page-link-text {
    font-size: 0.875rem;
    padding: 0.625rem 0.3125rem;
    gap: 0.3125rem;
  }
}

@media screen and (max-width: 768px) {
  .p-home__page-link-recruit-wrap::after {
    font-size: 1.8rem;
    bottom: 0;
    white-space: nowrap;
    letter-spacing: 0.0416666667em;
  }
}