/* Point */
.point-section {
  text-align: center;
  padding: 42px 0;
  background: #FFF9F2;
}

.point-card img {
  width: 100%;
  height: auto;
  display: block;
}

.point-body {
  padding: 0 15px 24px 15px;
}

.point-title {
  margin: 8px 0 4px;
}

.point-text {
  font-size: 16px;
  line-height: 1.6;
  color: #333;
}

.point-card img {
  width: 100%;
  height: auto;
  border-radius: 4px 4px 0 0;
}

.point-badge {
  position: absolute;
  top: -32px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--primary-color);
  color: #fff;
  font-weight: bold;
  padding: 10px 12px;
  border-radius: 50%;
  text-align: center;
  line-height: 1.2;
  width: 64px;
  height: 64px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}

.point-badge h2 {
  font-size: 29px;
  line-height: 24px;
}

@media only screen and (max-width: 992px) {
  .point-section {
    text-align: center;
    padding: 28px 0;
  }
  .point-card {
    margin-bottom: 32px;
  }
}
