.gbt-cleaning-section {
  width: 100%;
  margin: 0 auto;
  padding: 40px 20px;
  font-family: Arial, sans-serif;
  color: #333333;
  box-sizing: border-box;
}
.gbt-cleaning-section {
    max-width: fit-content !important;
    margin: 0 auto;
    padding: 40px 20px;
    font-family: Arial, sans-serif;
    color: #333333;
}
.gbt-flex-wrapper {
  display: flex !important;
  flex-direction: row !important;
  gap: 40px;
  align-items: flex-start;
  width: 100%;
}

.gbt-video-col {
  flex: 0 0 340px !important;
  max-width: 340px;
  margin: 0;
  padding: 0;
}

.gbt-video-col blockquote.instagram-media {
  width: 100% !important;
  max-width: 340px !important;
  min-width: 280px !important;
  margin: 0 !important;
}

.gbt-content-col {
  flex: 1;
  min-width: 0;
  margin: 0;
  padding: 0;
}

.gbt-content-col h2 {
  font-size: 28px;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 20px;
  color: #1a1a1a;
  line-height: 1.3;
}

.gbt-content-col p {
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 16px;
}

.gbt-pricing-table {
  width: 100%;
  border-collapse: collapse;
  margin: 30px 0;
  font-size: 15px;
}

.gbt-pricing-table thead tr {
  background-color: #e47900;
  color: #ffffff;
  text-align: left;
}

.gbt-pricing-table th,
.gbt-pricing-table td {
  padding: 14px 16px;
  border: 1px solid #e0e0e0;
}

.gbt-pricing-table tbody tr:nth-child(even) {
  background-color: #f8f9fa;
}

.gbt-pricing-table td:last-child {
  font-weight: 600;
  color: #e47900;
  white-space: nowrap;
}

@media (max-width: 850px) {
  .gbt-flex-wrapper {
    flex-direction: column !important;
  }

  .gbt-video-col {
    flex: none !important;
    max-width: 100%;
    width: 100%;
  }

  .gbt-video-col blockquote.instagram-media {
    max-width: 360px !important;
    margin: 0 auto !important;
  }

  .gbt-content-col h2 {
    font-size: 22px;
  }

  .gbt-pricing-table th,
  .gbt-pricing-table td {
    padding: 10px 8px;
    font-size: 13px;
  }
}