.graphic-section {
  background: #f8f9fa;
}

.graphic-content h2 {
  font-size: 34px;
  font-weight: 700;
  margin-bottom: 15px;
}

.graphic-content p {
  color: #555;
  line-height: 1.7;
}

.graphic-content ul {
  list-style: none;
  padding: 0;
  margin-top: 20px;
}

.graphic-content ul li {
  margin-bottom: 12px;
  font-size: 16px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.graphic-content ul li i {
  color: #2C4874;
  font-size: 18px;
}

.graphic-img img {
  width: 100%;
  border-radius: 15px;
  box-shadow: 0 15px 40px rgba(0,0,0,0.1);
}

.btn-custom {
  background: #2C4874;
  color: #fff;
  border-radius: 30px;
  padding: 10px 25px;
  transition: 0.3s;
}

.btn-custom:hover {
  background: #2C4874;
  color: #fff;
}