/**
* 2007-2022 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-2022 PrestaShop SA
*  @license    http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*  International Registered Trademark & Property of PrestaShop SA
*/
.badaboutus-block {
    margin-bottom: 80px;
    position: relative;
}
.badaboutus-block{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}
.badaboutus-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap:wrap ;
    align-items: center;
}
.badaboutus-subtitle {
    font-size: 35px;
    font-weight: 500;
    font-family: var(--badtheme-font-name-2);
    color: var(--theme-custom-color);
    line-height: 35px;
}
.badaboutus-block .badaboutus-title {
    font-size: 35px;
    line-height: 54px;
    color: #000;
    padding-bottom: 10px;
    margin-bottom: 30px;
    font-weight: bold;
    text-transform: capitalize;
    position: relative;
}
.badaboutus-block .badaboutus-title::after{
    content: '';
    position: absolute;
    width: 60px;
    height: 4px;
    background-color: var(--theme-custom-color);
    left: 0;
    right: auto;
    bottom: 0;
    top: auto;
}
.badaboutus-desc p {
    font-size: 16px;
    color: #595959;
    line-height: 30px;
    margin-bottom: 15px;
    font-weight: 400;
    overflow: hidden;
    -webkit-line-clamp: 4;
    -webkit-box-orient : vertical;
    display: -webkit-box;

}
.badaboutus-block .badaboutus-btn {
    display: inline-block;
}
.badaboutus-wrapper{
    padding: 0;
}
.badaboutus-block .badaboutus-btn a {
    background-color: var(--theme-custom-color);
    padding: 13px 32px;
    display: inline-block;
    text-transform: capitalize;
    vertical-align: middle;
    font-size: 20px;
    line-height: 26px;
    color: #ffffff;
    font-weight: 400;
    transition: all 0.3s;
    -ms-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    border-radius: 30px;
    margin-top: 15px;
}
.badaboutus-block .badaboutus-btn:hover a {
    background: #333;
    color: #fff;
}
.badaboutus-content-wrapper img {
    position: relative;
    transition: all 0.5s ease-in-out;
}
.badaboutus-content {
    padding-left: 30px;
    text-align: left;
}
@media(max-width: 1200px){
    .badaboutus-block {
        margin-bottom: 50px;
    }
}
@media(max-width: 1190px){
    .badaboutus-block .badaboutus-title {
        font-size: 26px;
        line-height: 50px;
        margin-bottom: 15px;
    }
    .badaboutus-subtitle {
        font-size: 31px;
        line-height: 24px;
    }
    .badaboutus-desc p {
        font-size: 14px;
        line-height: 26px;
        margin-bottom: 10px;
    }
    .badaboutus-block .badaboutus-btn a {
        padding: 11px 28px;
        font-size: 14px;
        line-height: 24px;
    }.badaboutus-content {
        padding-left: 0;
    }
}
@media(max-width: 991px){
    .badaboutus-block {
        margin-bottom: 30px;
    }
    .badaboutus-block .badaboutus-title {
        font-size: 24px;
        line-height: 44px;
        margin-bottom: 15px;
    }
    .badaboutus-subtitle {
        font-size: 27px;
    }
}
@media(max-width: 768px){
    .badaboutus-subtitle {
        margin-bottom: 5px;
    }
    .badaboutus-block .badaboutus-title {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 10px;
    }
    .badaboutus-desc p {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 10px;
    }
    .badaboutus-block .badaboutus-btn a {
        padding: 9px 26px;
        font-size: 13px;
        line-height: 22px;
        margin-top: 5px;
    }
}
@media(max-width: 767px){
    .badaboutus-img{
        text-align: center;
        margin-bottom: 20px;
    }
    .badaboutus-block{
        display: block;
        align-items: center;
    }
}
@media(max-width: 480px){
    .badaboutus-block .badaboutus-title {
        font-size: 21px;
        line-height: 34px;
        margin-bottom: 10px;
        padding-bottom: 15px;
    }
    .badaboutus-subtitle{
        font-size: 25px;
        margin-bottom: 0;
    }
}
@media(max-width:340px){
    .badaboutus-block .badaboutus-title{
        font-size: 20px;
    }
}