.p-top-parts {
  padding: 80px 0;
  background: url(../../img/cmn/geometric_bg.jpg) no-repeat center center / cover;
}

.p-top-parts__container {
  width: min(100% - 40px, 1080px);
  margin: 0 auto;
}

.p-top-parts__lead {
  line-height: 2;
}

.p-top-parts__lead + .p-top-parts__lead {
  margin-top: 1em;
}

.p-top-parts__heading {
  margin-top: 48px;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.6;
}

.p-top-parts__list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  margin-top: 32px;
}

.p-top-parts__item {
  border: 1px solid #d9d3c7;
  background: #fff;
}

.p-top-parts__item a {
  position: relative;
  display: block;
  height: 100%;
  padding: 24px 64px 24px 24px;
  color: inherit;
  text-decoration: none;
}

.p-top-parts__item a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 24px;
  width: 12px;
  height: 12px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: translateY(-50%) rotate(45deg);
}

.p-top-parts__title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
}

.p-top-parts__text {
  margin-top: 1em;
  line-height: 1.9;
}

@media screen and (max-width: 767px) {
  .p-top-parts {
    padding: 56px 0;
  }

  .p-top-parts__container {
    width: min(100% - 30px, 1080px);
  }

  .p-top-parts__heading {
    margin-top: 36px;
    font-size: 1.6rem;
  }

  .p-top-parts__list {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 24px;
  }

  .p-top-parts__item a {
    padding: 1em 48px 1em 1em;
    font-size: 12px;
  }

  .p-top-parts__item a::after {
    right: 20px;
    width: 10px;
    height: 10px;
  }

  .p-top-parts__title {
    font-size: 16px;
  }
  .p-top-parts__text{
    font-size: 100%;
  }
}
