section.hero{display:flex;gap:var(--layout-spacing);align-items:stretch;justify-content:center}section.hero div.content{flex:1;display:flex;flex-direction:column;gap:var(--layout-spacing);width:55%}section.hero div.content h1 span{color:#91a881}section.hero div.content div.actions,section.hero div.content div.actions>div{display:flex;gap:var(--layout-spacing);align-items:center;flex-wrap:wrap}@media (max-width: 768px){section.hero div.content div.actions,section.hero div.content div.actions>div{justify-content:center}section.hero div.content div.actions a.primary,section.hero div.content div.actions>div a.primary{width:100%;order:999}}section.hero div.decor{flex:1;width:45%;position:relative;background-image:url("../../assets/mosh-hero-image-LjRMWuX.png");background-size:cover;background-repeat:no-repeat;border-radius:14px;margin-left:10px;max-height:400px}section.hero div.decor img{position:absolute;bottom:-10px;left:-10px}@media (max-width: 800px){section.hero{align-items:center}section.hero div.content{width:unset}section.hero div.decor{display:none}}section.services h2{text-align:center}section.services div.services{margin-top:var(--layout-spacing);display:flex;gap:var(--layout-spacing);justify-content:center;flex-wrap:wrap}section.services div.services article.card.service{max-width:400px;width:100%}section.packages h2{text-align:center}section.packages div.packages{margin-top:var(--layout-spacing);display:flex;gap:var(--layout-spacing);justify-content:center;flex-wrap:wrap}section.packages div.packages article.card.package{max-width:400px;width:100%}section.packages p.check{width:fit-content;margin-top:var(--layout-spacing);margin-left:auto;margin-right:auto}section.about{display:flex;gap:var(--layout-spacing);align-items:flex-start}section.about img{width:300px;border-radius:14px}section.about div.content{flex:1;display:flex;flex-direction:column;gap:var(--layout-spacing)}section.about div.content h3{font-size:1.4rem}section.about div.content div.pin{display:flex;gap:var(--layout-spacing);align-items:center}section.about div.content div.pin svg{width:30px;height:30px}section.about ul.usps{flex:1;list-style:none;padding-left:0}section.about ul.usps li{margin-top:var(--layout-spacing);display:flex;gap:var(--layout-spacing);align-items:center}section.about ul.usps li svg{width:40px;height:40px}section.about ul.usps li div p:first-of-type{font-weight:700}@media (max-width: 960px){section.about{flex-wrap:wrap;justify-content:space-between}section.about img{width:60%;margin:0 auto}section.about div.content,section.about ul.usps{flex:unset;width:calc(50% - var(--layout-gutter))}}@media (max-width: 768px){section.about{flex-direction:column}section.about img{width:100%;border-radius:0}section.about div.content,section.about ul.usps{width:100%}}section.getting-started h2{text-align:center}section.getting-started div.steps{margin-top:var(--layout-spacing);display:flex;gap:var(--layout-spacing);justify-content:space-between}section.getting-started div.steps div.step{max-width:400px;width:100%;display:flex;align-items:center;gap:var(--layout-spacing)}section.getting-started div.steps div.step div.icon{width:80px;height:80px;background-color:var(--primary-colour);border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:1.8rem;color:#fff;font-weight:700}section.getting-started div.steps div.step div.content{flex:1;display:flex;flex-direction:column;gap:var(--layout-spacing)}section.getting-started div.steps div.step div.content p:first-of-type{font-weight:700}@media (max-width: 1000px){section.getting-started div.steps div.step{flex-direction:column;align-items:center;text-align:center}}@media (max-width: 768px){section.getting-started div.steps{flex-direction:column;align-items:center;width:100%}section.getting-started div.steps div.step{width:100%;max-width:unset;flex-direction:row;justify-content:flex-start;text-align:left}}section.book-consultation{background-color:var(--primary-colour);padding:calc(var(--layout-gutter) / 2) var(--layout-gutter);border-radius:14px;color:#fff;display:flex;gap:var(--layout-spacing);align-items:center}section.book-consultation div.icon{width:80px;height:80px;background-color:var(--primary-accent-colour);border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin:0 auto}section.book-consultation div.icon svg{fill:var(--primary-colour);width:50%;height:50%}section.book-consultation div.content{flex:1}section.book-consultation div.content p:first-of-type{font-weight:700;font-size:1.4rem}@media (max-width: 1400px){section.book-consultation{border-radius:0}}@media (max-width: 960px){section.book-consultation{flex-wrap:wrap;justify-content:center}section.book-consultation div.content{flex:unset;width:calc(100% - var(--layout-gutter) - 80px)}}
