.box {
    width: 100%;
    text-align: center;
}

.seed-section {
  text-align: center;
  padding: 30px 0 60px 0;
  background: #fff;
}

.seed-content {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
}

.seed-icon {
  width: 64px;
  height: auto;
}

.seed-text h4 {
  font-size: 24px;
  font-weight: 800;
  color: #00153C;
  margin: 0;
}

.seed-text span {
  font-size: 20px;
  font-weight: bold;
  color: #00153C;
  margin: 0;
}

.seed-text p {
  font-size: 20px;
  font-weight: bold;
  color: #00153C;
  margin: 0;
}

.seed-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.seed-dots img {
  width: 32px;
  height: auto;
  opacity: 0.95;
}

@media (max-width: 1024px) {
    .seed-icon {
        display: none;
    }
}