/* Compliance Check page styles */

#compliance-check {
  margin-top: 180px;
  margin-bottom: 140px;
}

.cc-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 32px;
  display: flex;
  align-items: center;
}

.cc-text {
  flex: 1 1 55%;
}

.cc-image {
  flex: 1 1 45%;
  display: flex;
  justify-content: center;
}

.cc-image img {
  max-width: 100%;
  height: auto;
  display: block;
}

.cc-title {
  font-family: 'Comfortaa', system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 40px;
  font-weight: 700;
  margin: 0 0 40px 0;
  color: #000;
}

.cc-hero-text {
  font-family: 'Comfortaa', system-ui, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.3;
  color: #000;
  margin-bottom: 40px;
}

.cc-hero-text p {
  margin: 0;
}

.cc-sub-text {
  font-family: 'Comfortaa', system-ui, sans-serif;
  font-size: 16px;
  line-height: 1.7;
  color: #000;
  margin: 0;
}

@media (max-width: 900px) {
  .cc-wrapper {
    flex-direction: column;
    text-align: left;
  }

  .cc-image {
    margin-top: 40px;
  }

  .cc-title {
    font-size: 32px;
  }

  .cc-hero-text {
    font-size: 24px;
  }
}
