.content {
  display: flex;
  flex-direction: column;
  height: fit-content;
  padding: 48px 24px;
  gap: 48px;
}

h1 {
  font-size: 3em;
  font-weight: bold;
  text-align: center;
  margin: 0;
}

.description {
  max-width: 1200px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  line-height: 1.5em;
  font-size: 1.1em;
}

.featured_image {
  max-width: 1200px;
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 2;
  object-fit: cover;
}

h3 {
  font-size: 1.5em;
  font-weight: bold;

}

h4 {
  font-size: 1.2em;
  font-weight: bold;
}

li {
  max-width: 1200px;
  line-height: 1.5em;
  margin-top: 1em;
  margin-bottom: 1em;
}

.step_by_step {
  display: flex;
  flex-direction: column;
  gap: 48px;
  font-size: 1.2em;
}

.step_by_step div {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.before_and_after {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  justify-items: center;
  max-width: 1200px;
}

.before_and_after_image {
  width: 100%;
  height: auto;
  object-fit: cover;
  aspect-ratio: 3 / 2;
}

.flexfilm_images {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3em;
  justify-items: center;
  text-align: center;
  max-width: 1200px;
}

.flexfilm_images p {
  font-size: 2em;
}

.flexfilm_image {
  width: 100%;
}

.request_quote {
  font-size: 1.4em;
  background-color: #bbb;
}

.pricing {
  display: flex;
  flex-direction: column;
  gap: 64px;
  width: 100%;
  max-width: 1200px;
}

.pricing_stage {
  display: flex;
  flex-direction: column;
  gap: 16px;
  line-height: 24px;
}

.why_gclear {
  display: flex;
  flex-direction: column;
  margin-top: 24px;
  gap: 24px;
  text-align: center;
}

.why_gclear div {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 16px;
}

.why_gclear h4 {
  text-align: center;
}

.why_gclear div div {
  display: flex;
  flex-direction: column;
}

.glass_repair {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.glass_repair h3 {
  text-align: center;
  margin-bottom: 16px;
}

@media (max-width: 800px) {
  h1 {
    font-size: 2.5em;
  }

  .description {
    font-size: 1em;
  }

  h2 {
    font-size: 1.5em;
  }

  h3 {
    font-size: 1.3em;
  }

  li {
    display: flex;
    flex-direction: column;
  }

  .step_by_step {
    font-size: 1em;
  }

  .request_quote {
    font-size: 1em;
  }

  .pricing {
    grid-template-columns: auto;
    gap: 16px;
  }

  .pricing_stage {
    margin-bottom: 60px;
    line-height: 28px;
  }

  .pricing_stage_last {
    margin-bottom: 0px;
  }

  .pricing h3 {
    text-align: center;
  }

  .why_gclear div {
    display: flex;
    flex-direction: column;
  }

  .glass_repair {
    grid-template-columns: auto;
  }

  .flexfilm_images {
    grid-template-columns: 1fr;
  }
}
