.ezitool {
  padding: 80px 10%;
  background: #fff;
  text-align: center;
}

.ezitool-logo {
  max-width: 140px;
  margin-bottom: 20px;
}

.ezitool-text h2 {
  font-size: 3rem;
  margin-bottom: 15px;
  color: #171994;
}

.ezitool-text p {
  font-size: 1.1rem;
  color: #444;
  max-width: 600px;
  margin: 0 auto 25px auto;
  line-height: 1.6;
}

.ezitool-btn {
  display: inline-block;
  padding: 12px 25px;
  background: white;
  border: 2px solid #171994;
  color: #171994;
  font-weight: bold;
  border-radius: 6px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.ezitool-btn:hover {
  background: #171994;
  color: white;
}