.accordian{background:rgb(238,174,202);background:radial-gradient(circle,rgba(238,174,202,1) 0,rgba(199,233,148,1) 100%)}h1{text-align:center;margin-block:2em}.accordion{max-width:1100px;margin:2rem auto}.accordion-title{display:flex;flex-direction:row;justify-content:space-between;cursor:pointer;background-color:var(--light-white);font-weight:700;color:black}.accordion-title:hover{opacity:.7}.accordion-title{padding:1rem}.content{overflow:hidden;max-height:0;transition:max-height forwards .25s ease;padding-left:1em}.content.open{transition:max-height 1.5s ease;max-height:1000px;padding:1em}.process-section{background-color:var(--bg-white);padding-bottom:.5em;margin-bottom:1em}.free-quote{text-align:center;color:var(--black);padding-top:2em}.box-container{display:flex;flex-direction:column;margin:5% auto;gap:1em}.box{border:1px solid black;flex-basis:100%;padding:2em}.box-image{display:block;width:2em;height:2em;margin:0 auto}.box>h3,.box>p{text-align:center;margin-bottom:.25em}.box-title{font-weight:bolder;color:var(--black)}.box{transition:all .3s ease-in-out}.box:hover{background-color:#615f5f00;transform:scale(1.05);box-shadow:0 0 10px black}.Image-flex{display:flex;flex-direction:row}@media screen and (min-width:800px){.box-container{flex-direction:row;justify-content:space-between;width:100%;margin-left:auto;margin-right:auto;gap:2em;max-width:1200px}.box{flex-basis:100%;padding:2em}.box-image{width:15%}}