.content-with-sidebar {
  display: flex;
  gap: 24px;
  align-items: flex-start;
  padding: 40px;
}

.content-with-sidebar .main-content {
  flex: 1.5;
  min-width: 0;
}

.content-with-sidebar .main-content h1 {
  font-size: 22px;
}

.content-with-sidebar .sidebar {
  width: 340px;
  flex-shrink: 0;
  flex: 1;
  border-left: 1px solid #ddd;
  padding-left: 24px;
}

.content-card {
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  padding: 32px 40px;
}

.page-content-wrap {
  padding: 40px;
}

.page-content-wrap .page-title {
  font-size: 28px;
  margin: 0 0 24px;
}

@media (max-width: 600px) {
  .page-content-wrap {
    padding: 24px 20px;
  }

  .page-content-wrap .page-title {
    font-size: 22px;
  }
}

.contact-page-wrap {
  padding: 40px;
}

.contact-page-title {
  font-size: 28px;
  margin: 0 0 24px;
}

.contact-info-card p {
  margin: 0 0 16px;
  font-size: 16px;
  color: #333;
}

.contact-info-card p:last-child {
  margin-bottom: 0;
}

.contact-info-card a {
  color: #2fa84f;
  text-decoration: none;
}

.contact-info-card a:hover {
  text-decoration: underline;
}

.contact-map {
  margin-top: 24px;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  overflow: hidden;
}

.contact-map iframe {
  display: block;
  width: 100%;
  height: 450px;
  border: 0;
}

@media (max-width: 600px) {
  .contact-page-wrap {
    padding: 24px 20px;
  }

  .contact-map iframe {
    height: 300px;
  }
}

.terms-section {
  margin-bottom: 24px;
  background: #fff;
  font-family: system-ui, sans-serif; 
}

.terms-section h2 {
  font-size: 18px;
  font-weight: 500;
  margin: 0 0 20px;
  font-family: system-ui, sans-serif; 
}

.terms-section h3 {
  font-size: 17px;
  margin: 28px 0 12px;
  font-family: system-ui, sans-serif; 
}

.terms-section li { margin-bottom: 12px; font-family: system-ui, sans-serif; }
.terms-section p  { line-height: 1.7; font-family: system-ui, sans-serif; }
.terms-section > *:last-child { margin-bottom: 0; }

.vision-contact {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  margin-top: 40px;
}

.vision-contact-col {
  flex: 1;
  min-width: 240px;
  text-align: center;
}

.vision-contact-col h2 {
  color: #4caf50;
  font-size: 28px;
  margin: 0 0 16px;
}

.vision-contact-col p {
  color: #333;
  font-size: 15px;
  line-height: 1.6;
  margin: 0;
}

.vision-contact-col a {
  color: #4caf50;
  font-weight: 600;
  text-decoration: none;
}

.vision-contact-col a:hover {
  text-decoration: underline;
}

@media (max-width: 768px) {
  .content-with-sidebar {
    flex-direction: column;
    padding: 24px 20px;
  }

  .content-with-sidebar .sidebar {
    width: 100%;
    border-left: none;
    padding-left: 0;
    border-top: 1px solid #ddd;
    padding-top: 24px;
  }
}
