#payment-schedule table th,
#payment-schedule table td {
  border-bottom: 1px solid #ddd;
  padding: 6px 8px;
  text-align: right;
  font-size: 14px;
}

#payment-schedule table th {
  text-align: left;
  font-weight: bold;
  background: #f7f7f7;
}

@media (max-width: 900px) {
  #payment-schedule {
	order: 2;
	width: 100%;
	max-height: none;
  }
}
.header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
  max-width: 100%;
  box-sizing: border-box;
}

.logo img {
  max-width: 120px;
  height: auto;
}

.menu-toggle {
  font-size: 1.2em;
  padding: 8px 12px;
  background: none;
  border: none;
  color: #333;
}

.cta-button {
  margin-top: 10px;
  margin-left: auto;
}

@media (max-width: 768px) {
  .cta-button {
    width: 100%;
    text-align: center;
    margin: 10px 0 0;
  }

  .logo,
  .menu-toggle {
    width: 100%;
    text-align: center;
    margin-bottom: 5px;
  }

  .logo img {
    max-width: 80px;
  }

  .content-wrapper {
    padding: 10px;
  }
}
.content-wrapper {
  max-width: 800px;
  margin: 0 auto;
  padding: 20px;
}