/**
* 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.
*/

.about1{
    padding: 60px 0;
    border-bottom: 18px solid #F5F5F5;
}
/* 4. About */
.about1-thumb {
    display: flex;
    align-items: center;
    gap: 30px;
    position: relative;
}
@media (max-width: 575px) {
    .about1-thumb {
        flex-wrap: wrap;
        justify-content: center;
    }
}
.about1-thumb__one img {
    border-radius: 18px;
}
.about1-thumb__wrap-two img {
    border-radius: 18px;
}
@media (max-width: 575px) {
    .about1-thumb__wrap-two {
        display: flex;
        justify-content: center !important;
        align-items: center;
        margin: 0 auto;
    }
}
.about1-thumb__wrap-three {
    margin-top: 30px;
}
.about1-thumb__wrap-three img {
    border-radius: 18px;
}
.about1-thumb__counter {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 195px;
    padding: 40px;
    border-radius: 10px;
    background: var(--green);
    display: inline-block;
}


.about1-content {
    max-width: 563px;
}
.about1-content .section-top {
    margin-bottom: 30px;
}
.about1-content-feature {
    display: flex;
    align-items: center;
    gap: 20px;
}



.about1-content .theme-btn {
    margin-top: 10px;
}


.section-top {
    margin-bottom: 50px;
}
.section-top__subtitle {
    color:#fff;
    font-size: 15px;
    font-style: normal;

    line-height: 20px;
    text-transform: capitalize;
    border-radius: 30px;
    background: #706f70;
    padding: 8px 24px;
    display: inline-block;
    margin-bottom: 20px;
}

.section-top p strong{
    font-weight:bold;
}

.section-top__title {
    font-size: 40px;
    font-style: normal;
    font-weight: bold;
    line-height: 40px;
    margin-bottom: 20px;
    /*max-width: 645px;*/
}

.about1-content .section-top p{
    font-size: 16px;
    font-weight: 300;
        text-align: justify;
    line-height: 23px;
}

.about1-content  a.btn:after{
    content: '\e9f9';
    font-family: IcoMoon;
    padding-left: 8px;
    font-size: 14px;
}

.centerFlex{
       display: flex
;
    justify-content: center;
    align-items: center;
    
    
}

@media(max-width:991px){
    .centerFlex{
     flex-direction: column;
        
    }
    
}
@media (max-width: 640px) {
    .section-top__title{
        font-size: 27px;
        line-height: 32px;
    }
}