.workshop-franchise-page {
  margin-top: 0 !important;
}

.workshop-franchise-support {
  margin-top: auto;
  padding: 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.workshop-franchise-support__heading {
  margin-bottom: 0.75rem;
  text-align: center;
}

.workshop-franchise-support__heading > span {
  display: block;
  margin-bottom: 0.35rem;
  color: #91d37c;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.workshop-franchise-support__heading h3 {
  margin: 0;
  color: #fff;
  font-size: 20px;
  line-height: 1.2;
}

.workshop-franchise-support__heading p {
  margin: 0.7rem 0 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.82rem;
  line-height: 1.55;
}

.workshop-franchise-support__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.workshop-franchise-support__grid article {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 0.75rem;
  align-content: start;
  padding: 1.15rem 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.workshop-franchise-support__grid article:nth-child(odd) {
  border-right: 1px solid rgba(255, 255, 255, 0.18);
}

.workshop-franchise-support__grid article:nth-last-child(-n + 2) {
  border-bottom: 0;
}

.workshop-franchise-support__grid article > span {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 9px;
  background: #48a62c;
  color: #fff;
  font-size: 0.7rem;
  font-weight: 900;
}

.workshop-franchise-support__grid h4 {
  margin: 0 0 0.25rem;
  color: #fff;
  font-size: 0.88rem;
  font-weight: 900;
}

.workshop-franchise-support__grid p {
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.76rem;
  line-height: 1.45;
}

.workshop-franchise-page .join-us-eligibility-section__illustration img {
  max-height: 320px;
  object-fit: contain;
}

.workshop-franchise-details .inspection-guide__illustration {
  background: transparent;
  object-fit: contain;
}

.workshop-franchise-details .inspection-guide__keyword {
  max-width: 100%;
  font-size: clamp(2rem, 3vw, 2.5rem);
}

@media (max-width: 575.98px) {
  .workshop-franchise-support {
    padding: 1.25rem;
  }

  .workshop-franchise-support__grid {
    grid-template-columns: 1fr;
  }

  .workshop-franchise-support__grid article,
  .workshop-franchise-support__grid article:nth-child(odd),
  .workshop-franchise-support__grid article:nth-last-child(-n + 2) {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  }

  .workshop-franchise-support__grid article:last-child {
    border-bottom: 0;
  }

}
