/**
 * 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)
 */

 #basecmsaboutblock {
    float: left;
    width: 100%;
    padding-top: 30px;
}
.basecmsabout {
    padding: 30px;
    border: var(--border);
}
#basecmsaboutblock .right-info {
    display: inline-block;
    vertical-align: middle;
}
#basecmsaboutblock .left-info {
    display: inline-block;
    vertical-align: middle;
    padding-left: 25px;
    width: 66%;
}
.about-title {
	font-size: 18px;
    line-height: 24px;
    font-weight: 500;
}
#basecmsaboutblock .offer .btn.btn-primary {
    padding: 7px 22px;
}
#basecmsaboutblock .left-info p {
    line-height: 18px;
    margin-bottom: 10px;
}
#basecmsaboutblock .left-info p:before {
    content: '\e5c8';
    font-family: 'Material Icons Outlined';
    font-size: 11px;
    line-height: 17px;
    margin-right: 8px;
    display: inline-block;
    vertical-align: top;
}
#basecmsaboutblock .about-desc {
    line-height: 22px;
    font-weight: 400;
    letter-spacing: 0;
    margin-bottom: 15px;
    margin-top: 12px;
}
#basecmsaboutblock .offer {
    margin-top: 22px;
}
@media (max-width: 1359px) {
}
@media (max-width: 1199px) {
	.basecmsabout{
		padding: 25px;
	}
	#basecmsaboutblock .left-info{
		padding-left: 15px;
    width: 55%;
	}	
}

@media (max-width:991px){
	.offer {
		margin-top: 20px;
	}
}

@media (max-width:767px){
	#basecmsaboutblock .left-info {
		padding: 15px 0 0 0;
		width: 100%;
	}
	.basecmsabout {
		padding: 20px;
	}
	#basecmsaboutblock .offer .btn.btn-primary{
		padding: 8px 20px;
	}
}

@media (max-width:543px){
	.offer {
		margin-top: 8px;
	}
}

@media (max-width:479px){
	.about-title {
		margin-bottom: 6px;
	}
	#basecmsaboutblock .offer {
		margin-top: 11px;
	}
}