/*
/*Theme Name: Astra Child
Description: Child theme for Astra
Author: Super Clase
Template: astra
Version: 1.0.0
*/

/* Custom width adjustments */
:is(.sc-hero, .sc-results, .sc-pricing, .sc-prof, .scc-contact) .wrap {
  max-width: 1280px;
}

.scc-contact .scc-wrap {
  max-width: 960px;
}

@media (min-width: 1600px) {
  :is(.sc-hero, .sc-results, .sc-pricing, .sc-prof, .scc-contact) .wrap {
    max-width: 1360px;
  }
}