/* Comparison Section */
.comparison-section {
  background-color: #ffffff;
  padding: 80px 0;
}

.comparison-section .section-title {
  font-size: 48px;
  color: #192f60;
  margin-bottom: 60px;
  white-space: nowrap;
}

/* Responsive design for comparison section title */
@media (max-width: 768px) {
  .comparison-section .section-title {
    font-size: 26px;
    margin-bottom: 40px;
  }
}

@media (max-width: 480px) {
  .comparison-section .section-title {
    font-size: 18px;
    margin-bottom: 30px;
  }
}

@media (max-width: 400px) {
  .comparison-section .section-title {
    font-size: 16px;
  }
}

@media (max-width: 360px) {
  .comparison-section .section-title {
    font-size: 14px;
  }
}

@media (max-width: 320px) {
  .comparison-section .section-title {
    font-size: 12px;
  }
}

.comparison-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
}

.comparison-table-image {
  width: 100%;
  max-width: 1000px;
  height: auto;
  object-fit: contain;
}
