/**
 * 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%;
	margin-bottom: 80px;
}
.basecmsabout {
	display: flex;
	align-items: center;
	justify-content: center;
}
.left-info {
    width: 50%;
    float: left;
}
.left-info a {
    overflow: hidden;
    border-radius: 25px;
    display: inline-block;
}
.left-info:hover img {
    transform: scale(1.07);
}
.left-info img {
	transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
}
.right-info {
    width: 50%;
    padding-left: 100px;
}
.about-subtitle {
    font-size: 15px;
    font-weight: 500;
    margin: 0px 0 15px;
}
.about-title {
	font-size: 48px;
	line-height: 55px;
	font-weight: 600;
	width: 75%;
	margin-bottom: 24px;
	color: var(--global-palette3);
	font-family: var(--global-heading-font-family);
}
.about-desc {
    font-size: 15px;
    width: 80%;
    font-weight: 500;
    letter-spacing: 0;
    margin: 0 0 35px;
}
.offer-btn .btn {
    padding: 9px 20px;
}

@media (max-width: 1359px) {
	#basecmsaboutblock{
		margin-bottom: 50px;
	}
	.right-info{
		padding-left: 60px;
	}
	.about-subtitle{
		margin: 0 0 10px;
	}
	.about-title {
		font-size: 35px;
		line-height: 41px;
		width: 62%;
		margin-bottom: 15px;
	}
	.about-desc{
		width: 80%;
		margin: 0 0 22px;
	}
	.offer-btn .btn {
		padding: 8px 15px;
	}
}
@media (max-width: 1199px) {
	.about-title {
		font-size: 30px;
		line-height: 35px;
		margin-bottom: 12px;
	}
	.about-desc{
		margin: 0 0 16px;
	}
}
@media (max-width: 991px) and (min-width: 768px){
	.offer-btn .btn {
		font-size: 13px;
		line-height: 18px;
		padding: 6px 12px;
	}
}
@media (max-width:991px){
	.right-info {
		padding-left: 30px;
	}
	#basecmsaboutblock {
		margin-bottom: 40px;
	}
	.about-subtitle {
		margin: 0 0 5px;
		font-size: 14px;
		line-height: 20px;
	}
	.about-title {
		font-size: 24px;
		line-height: 30px;
		margin-bottom: 7px;
		width: 68%;
	}
	.about-desc {
		font-size: 14px;
		line-height: 22px;
		margin: 0 0 12px;
		width: 100%;
	}
}
@media (max-width: 767px) and (min-width: 544px){
	.offer-btn .btn {
		font-size: 12px;
		line-height: 17px;
		padding: 5px 10px;
	}
}

@media (max-width:767px){
	.basecmsabout{
		display: block;
	}
	.left-info {
		width: 100%;
		float: left;
	}
	#basecmsaboutblock {
		border-bottom: var(--border);
		padding-bottom: 20px;
	}
	.right-info {
		width: 100%;
		padding-left: 0;
		padding-top: 10px;
		float: left;
		text-align: center;
	}
	.about-title {
		font-size: 20px;
		line-height: 22px;
		width: 100%;
		margin: 0 auto;
		margin-bottom: 8px;
	}
}

@media (max-width:543px){
	#basecmsaboutblock {
		margin-bottom: 30px;
	}
	.basecmsabout{
		display: block;
	}
	.offer-btn .btn {
		font-size: 12px;
		line-height: 19px;
		padding: 5px 10px;
	}
	
}

@media (max-width:479px){
	#basecmsaboutblock {
		padding-bottom: 15px;
	}
	.about-subtitle {
		font-size: 13px;
		line-height: 20px;
		margin: 0px 0 5px;
	}
	.about-title {
		font-size: 18px;
		line-height: 24px;
		margin-bottom: 7px;
	}
	.offer-btn .btn {
		padding: 5px 10px;
	}
	.about-desc {
		font-size: 13px;
		line-height: 20px;
		margin: 0 0 10px;
	}
	
}