.company-info-section {
  background-color: #f9fafc;
  padding: 60px 20px;
  font-family: 'Poppins', sans-serif;
  text-align: left;
}

.company-info-section .container {
  max-width: 900px;
  margin: auto;
}

.company-info-section h2 {
  font-size: 28px;
  color: #102240;
  margin-bottom: 25px;
  text-align: center;
}

.company-info-section p {
  font-size: 15px;
  line-height: 1.8;
  color: #333;
  margin-bottom: 18px;
}

.info-cta-btn {
  display: inline-block;
  margin-top: 20px;
  padding: 10px 20px;
  background: #102240;
  color: #fff;
  border-radius: 4px;
  text-decoration: none;
  font-weight: 600;
  transition: 0.3s ease;
}

.info-cta-btn:hover {
  background: #1a355e;
}
