@charset "utf-8";

.p-features {
  padding: 110px 0 128px;

  @media (width < 768px) {
    padding: 80px 0;
  }
}

.p-features__text {
  margin-top: 40px;
  max-width: 552px;

  @media (width < 768px) {
    max-width: 100%;
  }
}

.p-features__lists {
  margin-top: 66px;
  display: flex;
  flex-direction: column;
  gap: 68px;
}

.p-features-list {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: start;

  @media (width < 768px) {
    flex-direction: column;
    gap: 40px;
  }
}

.p-features-list__body {
  max-width: 683px;
  border-top: 1px solid #dde7e9;
  padding: 60px 0 70px;

  @media (width < 1120px) {
    padding: 30px 0 0;
  }

  @media (width < 768px) {
    max-width: 100%;
    padding: 40px 0 0;
  }
}

.p-features-list__head {
  display: flex;
  align-items: center;
  gap: 18px;
}

.p-features-list__heading {
  margin-top: 36px;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.38;
  letter-spacing: 0.08em;

  @media (width < 768px) {
    margin-top: 20px;
  }
}

.p-features-list__text {
  margin-top: 40px;

  @media (width < 768px) {
    margin-top: 24px;
  }
}

.p-features-list__img {
  width: 31.5%;
  flex-shrink: 0;
  aspect-ratio: 362/356;
  border-radius: 10px;
  object-fit: cover;

  @media (width < 768px) {
    width: 100%;
    margin-left: auto;
    max-width: 360px;
  }
}
