
.king-hammer-features,
.king-hammer-features * {
  box-sizing: border-box;
}

.king-hammer-features {
  width: 100%;
  padding: 60px 20px;
  background: #fff;
  color: #111;
}

.king-hammer-features__inner {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 55px;
  align-items: center;
}

/* Product Image */
.king-hammer-features__image {
  width: 100%;
}

.king-hammer-features__image img {
  display: block;
  width: 100%;
  height: auto;
}

/* Content */
.king-hammer-features__content h2 {
  margin: 0 0 28px;
  font-size: 32px;
  line-height: 1.2;
  font-weight: 700;
}

.king-hammer-feature {
  display: flex;
  gap: 16px;
  margin-bottom: 22px;
}

.king-hammer-feature__number {
  flex: 0 0 34px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #004297;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  font-weight: 700;
}

.king-hammer-feature__text {
  flex: 1;
}

.king-hammer-feature__text h3 {
  margin: 2px 0 6px;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 700;
  color: #111;
}

.king-hammer-feature__text p {
  margin: 0;
  font-size: 15px;
  line-height: 1.65;
  color: #444;
}

/* Mobile */
@media (max-width: 768px) {
  .king-hammer-features {
    padding: 40px 16px;
  }

  .king-hammer-features__inner {
    display: block;
  }

  .king-hammer-features__image {
    margin-bottom: 35px;
  }

  .king-hammer-features__content h2 {
    font-size: 26px;
    margin-bottom: 24px;
  }

  .king-hammer-feature {
    margin-bottom: 20px;
  }

  .king-hammer-feature__text h3 {
    font-size: 17px;
  }

  .king-hammer-feature__text p {
    font-size: 14px;
  }
}
