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


.bti-container {
    display: flex;
    flex-wrap: wrap;
    /*gap: 60px;*/
    align-items: center;
    margin-bottom: 45px;
    justify-content: space-between;
}

/*.bti-left, .bti-right {
  flex: 1 1 48%;
}*/
.bti-right img {
    max-width: 100%;
    height: auto;
    width: 100%;
    border-radius: 10px;
}

.bti-left-content-wrapper {
    border: 1px solid #e4e4e4;
    border-radius: 10px;
    padding: 20px 175px;
    text-align: center;
    padding-top: 40px;
    padding-bottom: 40px;
}

.bti-left-content-wrapper a {
    padding: 10px 14px;
    border-radius: 4px;
}

.bti-left-content-wrapper .bti-left-content-para {
    margin-bottom: 16px;
    line-height: 1.9;
}

.bti-left-wrapper {
    padding-inline-end: 28px;
}

.bti-right {
    padding: 0;
}

@media (max-width: 1649px) {
	 .bti-left-wrapper {
        padding-inline-end: 90px;
    }

    .bti-right-wrapper {
        padding-inline-start: 10px;
        padding-inline-end: 30px;
    }

    .bti-left-content-wrapper {
        padding: 20px 60px;
    }
    .bti-left-content-wrapper .bti-left-content-para {
        line-height: 1.5;
    }
}

@media (max-width: 1399px) {
    .bti-left-wrapper {
        padding-inline-end: 0px;
    }

    .bti-right-wrapper {
        padding-inline-start: 0;
        padding-inline-end: 0;
    }

    .bti-left-content-wrapper {
        padding: 20px 13px;
    }
    .bti-left-content-wrapper .bti-left-content-para {
        line-height: 1.5;
    }
}

@media (max-width: 767px) {
    .bti-container {
        flex-direction: column;
        gap: 15px;
    }

    .bti-left-wrapper {
        padding-inline-end: 0px;
    }

    .bti-left-content-wrapper {
        border-radius: 5px;
        padding: 10px 10px 20px;
    }

    .bti-right-wrapper {
        padding-inline-start: 0;
        padding-inline-end: 0;
    }

    .bti-left-content-wrapper .bti-left-content-para span {
        font-size: 14px;
    }

    

    .bti-left-content-wrapper a {
        padding: 8px 8px;
    }
}



@media (max-width: 575px) {
    .bti-left-content-wrapper .bti-left-content-para span {
        font-size: 13px;
    }
}