.page-container{width:calc(100% - 3em);max-width:1300px;margin:0 auto;padding:4em 1.5em}.page-container .hero-section h1{font-size:3em;font-weight:700;margin-top:0;max-width:90%}.page-container .hero-section img{width:90%;margin:0 auto;display:none}.page-container .steps-wrapper{width:100%;padding:1em 0;display:flex;flex-direction:column;justify-content:start;align-items:stretch;gap:1em}.page-container .steps-wrapper .step{width:calc(100% - 2em);display:grid;grid-template-columns:1fr 2fr;padding:1em 1em;border-radius:.5em;transition:background-color ease-in-out 200ms}.page-container .steps-wrapper .step:hover{background-color:var(--base-color)}.page-container .steps-wrapper .step:hover .left,.page-container .steps-wrapper .step:hover .right{color:#fff}.page-container .steps-wrapper .step .left{font-size:4rem}.page-container .steps-wrapper .step .right h1,.page-container .steps-wrapper .step .right h2,.page-container .steps-wrapper .step .right h3,.page-container .steps-wrapper .step .right h4,.page-container .steps-wrapper .step .right h5,.page-container .steps-wrapper .step .right h6{text-align:left}.page-container .steps-wrapper .step .right p{text-align:justify}.page-container .steps-wrapper .step .left,.page-container .steps-wrapper .step .right{transition:color ease-in-out 200ms}.page-container .call-to-action-wrapper{margin-top:5em;width:100%;text-align:center;display:flex;flex-direction:column;justify-content:start;align-items:center}.page-container .call-to-action-wrapper h5{font-size:16pt}.page-container .call-to-action-wrapper .get-quote-cta{background-color:var(--accent-color);border-radius:2em;color:#fff;transition:filter 100ms ease-in-out;padding:.75em 1.4em;font-weight:700;text-decoration:none}.page-container .call-to-action-wrapper .get-quote-cta:hover{filter:brightness(120%)}.get-quote-cta:not(:last-child){margin-bottom:.5em}