<div class="finance component">
  <div class="finance__main">
    <div class="finance__container">
      <div class="finance__main-inner">
        <img class="finance__img" src="img/placeholders/credit.png" alt="4 years credit 0% APR">
        <div class="finance__info">
          <h2 class="finance__header">Finance from Wickes</h2>
          <h3 class="finance__subheader">Spreading the cost</h3>
          <p class="finance__description">
            We understand it’s not always feasible to pay for your kitchen upfront. Our range of flexible finance
            options means there’s no need to compromise on your dream kitchen.
          </p>
          <button class="btn btn-secondary finance__btn-more">
            <span class="btn__text">Learn more</span>
          </button>
        </div>
      </div>
    </div>
  </div>
  <div class="finance__container">
    <div class="terms">
      <div class="terms__btn-accordion">
        <span class="icon">
          <i class="fas fa-angle-down"></i>
        </span>
        Terms & Conditions
      </div>
      <div class="terms__header">Terms & Conditions</div>
      <div class="terms__content">
        Terms, conditions and exclusions apply. Credit subject to status. Over 18’s only. Offer ends 21st February 2018. Ask your design consultant for more information and
        terms and conditions. 24 month term. Equal monthly payments commence after delivery. Wickes Building Supplies Limited is registered in England and Wales with
        registration number 1840419 and is authorised and regulated by the Financial Conduct Authority to carry on credit-broking. Registered office; Lodge Way House,
        Harlestone Road, Northampton, NN5 7UG. Credit is exclusively provided by Hitachi Capital (UK) PLC, with whom Wickes have a commercial relationship. Hitachi Capital
        (UK) PLC is registered in England and Wales with registration number 1630491 and is authorised and regulated by the Financial Conduct Authority. Registered office;
        Hitachi Capital House, Thorpe Road, Staines-upon-Thames, Surrey, TW18 3HP. Excludes non showroom Kitchen and Bathroom products.
      </div>
      <a href="#" class="terms__btn-toggle">Show more</a>
    </div>
  </div>
</div>
