<script src="./../node_modules/react/umd/react.development.js"></script>
<script src="./../node_modules/react-dom/umd/react-dom.development.js"></script>
<script src="./node_modules/react/umd/react.development.js"></script>
<script src="./node_modules/react-dom/umd/react-dom.development.js"></script>
<section class="services-list">
<h2 class="content-title services-list__title">Awesome services</h2>
<article class="services-item">
<img class="services-item__img" src="#" alt="">
<h3 class="services-item__title">Express Services</h3>
<p class="services-item__desc">Lorem ipsum.</p>
<a class="services-item__link" href="#">Read more</a>
</article>
</section>
<section class="products">
<h2 class="content-title content-title--underline products__title">Buy poster prints</h2>
<section class="product-cards products__card">
<a href="#" class="product-card product-card--xl"><img class="product-card__img" src="#" alt="Stay true, stay gentelman"/></a>
<a href="#" class="product-card product-card--m"><img class="product-card__img" src="#" alt="Stay true, stay gentelman 2"/></a>
<a href="#" class="product-card product-card--s"><img class="product-card__img" src="#" alt="Stay true, stay gentelman 3"/></a>
<a href="#" class="product-card product-card--s"><img class="product-card__img" src="#" alt="Stay true, stay gentelman 4"/></a>
</section>
</section>