/**
 * Copyright since 2007 PrestaShop SA and Contributors
 * PrestaShop is an International Registered Trademark & Property of PrestaShop SA
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License 3.0 (AFL-3.0)
 * that is bundled with this package in the file LICENSE.md.
 * It is also available through the world-wide-web at this URL:
 * https://opensource.org/licenses/AFL-3.0
 * 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 https://devdocs.prestashop.com/ for more information.
 *
 * @author    PrestaShop SA and Contributors <contact@prestashop.com>
 * @copyright Since 2007 PrestaShop SA and Contributors
 * @license   https://opensource.org/licenses/AFL-3.0 Academic Free License 3.0 (AFL-3.0)
 */

 #basesubbannercmsblock {
	float: left;
	width: 100%;
    margin-bottom: 85px;
    position: relative;
}
#basesubbannercmsblock .basecmssubbanner{
    display: flex;
    align-items: center;
    position: absolute;
    right: 0;
    left: 0;
    text-align: center;
    top: 0;
    bottom: 0;
    margin: 0 auto;
    width: 34%;
}
.cms-sub-title {
    color: var(--global-palette9);
    font-size: 46px;
    line-height: 56px;
    font-weight: 600;
    letter-spacing: 0;
    margin: 0 0 32px;
}
.cms-sub-desc {
    color: var(--global-palette9);
    font-size: 20px;
    line-height: 25px;
    margin: 0 0 40px;
}
#basesubbannercmsblock .btn {
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
    padding: 10px 32px;
}

@media (max-width: 1359px) {
    #basesubbannercmsblock{
        margin-bottom: 75px;
    }
    #basesubbannercmsblock .basecmssubbanner{
        width: 43%;
    }
    .cms-sub-title {
        font-size: 28px;
        line-height: 35px;
        margin: 0px 0 18px;
    }
    .cms-sub-desc {
        font-size: 18px;
        line-height: 24px;
        margin: 0 0 22px;
    }
}
@media (max-width: 1199px) {
    #basesubbannercmsblock {
        margin-bottom: 60px;
    }
    .cms-sub-title {
        font-size: 25px;
        line-height: 32px;
        margin: 0px 0 14px;
    }
    .cms-sub-desc {
        font-size: 15px;
        line-height: 20px;
        margin: 0 0 16px;
    }
    #basesubbannercmsblock .btn{
        padding: 7px 25px;
    }
}
@media (max-width: 991px) {
    #basesubbannercmsblock {
        margin-bottom: 50px;
    }
    .cms-sub-title {
        font-size: 20px;
        line-height: 27px;
        margin: 0px 0 12px;
    }
    .cms-sub-desc {
        font-size: 14px;
        line-height: 18px;
        margin: 0 0 13px;
    }
    #basesubbannercmsblock .btn {
        font-size: 13px;
        line-height: 22px;
        font-weight: 600;
        padding: 6px 22px;
    }
}
@media (max-width: 767px) {
    .cms-sub-title {
        font-size: 14px;
        line-height: 19px;
        margin: 0px 0 9 px;
    }
    .cms-sub-desc {
        font-size: 11px;
        line-height: 15px;
        margin: 0 0 8px;
    }
    #basesubbannercmsblock .btn {
        font-size: 12px;
        line-height: 20px;
        font-weight: 600;
        padding: 6px 22px;
    }
}
@media (max-width: 543px) {
    #basesubbannercmsblock {
        margin-bottom: 35px;
    }
    .basecmssubbanner .cms-sub-title {
        font-size: 13px;
        line-height: 17px;
    }
    #basesubbannercmsblock .btn{
        padding: 5px 21px;
    }
}
@media (max-width: 479px) {
    .basecmssubbanner .cms-sub-title {
        margin-bottom: 7px;
    }
    #basesubbannercmsblock .btn{
        padding: 4px 13px;
        font-size: 10px;
        line-height: 17px;;
    }
    #basesubbannercmsblock .basecmssubbanner{
        width: 67%;
    }
    .cms-sub-title {
        font-size: 14px;
        line-height: 19px;
    }
}