/**
* 2007-2025 PrestaShop
*
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License (AFL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/afl-3.0.php
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to license@prestashop.com so we can send you a copy immediately.
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
* versions in the future. If you wish to customize PrestaShop for your
* needs please refer to http://www.prestashop.com for more information.
*
*  @author    PrestaShop SA <contact@prestashop.com>
*  @copyright 2007-2025 PrestaShop SA
*  @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*  International Registered Trademark & Property of PrestaShop SA
*
* Don't forget to prefix your containers with your own identifier
* to avoid any conflicts with others containers.
*/
.note-simple-text-handmade{

    padding: 15px 25px;
    border-radius: 50px;
    box-shadow: 0 2px 14px rgba(12, 17, 80, .08);
}
.note-simple-text-handmade .icon:before{
    content: '\e91b';
    font-family: IcoMoon;
    display: flex;
    /*font-weight: bold;*/
    font-size: 30px;
    /*background: #706f70;*/


}

.note-simple-text-handmade p{
    font-size: 13px;
    height: auto;
    margin-bottom: 0;
    line-height: 20px;
    text-align: left;
    gap: 10px;
    color: #191919;
    font-weight: 300;
    letter-spacing: normal;
    display: flex
;
    justify-content: center;
    align-items: center;
}

.certificate .certificate-content .certificate-text a{
    text-decoration:underline;
}
/**
certification
 */

.certificate{

}
.certificate .certificate-content{
    display: flex;
  
    align-items: center;
    padding:10px 0;
    gap: 10px;
    border-top: 1px solid #F5F5F5;
    border-bottom: 1px solid #F5F5F5;
}

.certificate-img{
    width: 80px;
}

.certificate-img img{
    width: 100%;
}

.certificate .certificate-content .certificate-text{
    font-size: 20px;
    font-weight: bold;
}