Files
Gainsight/Custom_Templates/customer_templates/Gusto/_tools.html.liquid
2022-11-11 21:54:43 -05:00

30 lines
742 B
Plaintext

<div class="gusto-tools">
<div class="tools">
<div class="gusto-pro-title">The tools you need to build a resilient accounting firm.</div>
<div class="gusto-pro-subtitle">When you become a Gusto partner, you get exclusive access to tools and resources to support your clients into the future.</div>
<div class="gusto-pro-image"> <img src="https://i.ibb.co/YBBGp5Y/Screenshot-2022-03-07-at-15-25-54.png" alt="" class="image-tools"></div>
</div>
</div>
<style>
.gusto-tools {
background-color: #f8f5f2;
text-align: center;
margin-top: 80px;
padding-top: 40px;
}
.image-tools {
max-width: 800px;
}
.gusto-pro-title, .gusto-pro-subtitle {
max-width: 700px;
margin: auto;
}
</style>