37 lines
1.6 KiB
PHP
37 lines
1.6 KiB
PHP
<?php
|
||
/**
|
||
* Почему нам доверяют
|
||
* .bento .pksh-section
|
||
*
|
||
* @package Dekart
|
||
*/
|
||
|
||
if ( ! defined( 'ABSPATH' ) ) {
|
||
exit;
|
||
}
|
||
?>
|
||
<section class="bento pksh-section" aria-label="Почему нам доверяют">
|
||
<div class="bento__full">
|
||
<div class="trust-authority">
|
||
<h2 class="bento-h2">Почему родители доверяют нам</h2>
|
||
<div class="trust-authority__grid">
|
||
<div class="trust-authority__item">
|
||
<span class="trust-authority__icon">📜</span>
|
||
<strong class="trust-authority__title">Государственная лицензия</strong>
|
||
<p class="trust-authority__text">Имеем право на образовательную деятельность. Вы можете вернуть 13% через налоговый вычет.</p>
|
||
</div>
|
||
<div class="trust-authority__item">
|
||
<span class="trust-authority__icon">🏆</span>
|
||
<strong class="trust-authority__title">12 лет на рынке</strong>
|
||
<p class="trust-authority__text">С 2014 года готовим детей к школе. Более 500 выпускников успешно учатся в лицеях и гимназиях Щёлкова.</p>
|
||
</div>
|
||
<div class="trust-authority__item">
|
||
<span class="trust-authority__icon">🛡️</span>
|
||
<strong class="trust-authority__title">Гарантия результата</strong>
|
||
<p class="trust-authority__text">Если через 3 месяца ребёнок не начнёт читать — вернём деньги и продолжим обучение бесплатно.</p>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</section>
|