/**
* 2007-2023 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-2023 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 {
  padding-bottom: 80px;
  position: relative;
  background-color: var(--theme-background-color);
}
.badaboutus-block .container {
    max-width: 1030px;
    margin: auto;
    padding: 0;
}
.badaboutus-img img{
  width: auto;
}
.badaboutus-content{
  text-align: center;
}
.badaboutus-block-main {
    background-color: #fff;
    padding: 50px 15px;
    border-radius: 335px 0 335px 0;
}
.badaboutus-img {
  text-align: center;
  position: relative;
}
.badaboutus-block .badaboutus-title {
    font-size: 34px;
    line-height: 48px;
    color: var(--theme-custom-color);
    font-weight: 600;
    letter-spacing: 0.34px;
    text-transform: capitalize;
    margin-bottom: 25px;
}
.badaboutus-description1, .badaboutus-description2, .badaboutus-description3 {
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0.18px;
    margin-bottom: 10px;
    color: var(--theme-custom-color);
}
.badaboutus-description3 {
  margin-bottom: 0;
}
.badaboutus-links {
  font-weight: 700;
  color: #8a5cf4;
}
.badaboutus-highlight-text {
  font-weight: 700;
  color: var(--theme-custom-color);
}
@media(max-width: 1400px){
  .badaboutus-block-main {
    border-radius: 250px 0 250px 0;
  }
}
@media (max-width: 1200px) {
  .badaboutus-block {
    padding-bottom: 50px;
  }
  .badaboutus-block-main {
    border-radius: 200px 0 200px 0;
  }
  .badaboutus-block .badaboutus-title {
    font-size: 26px;
    line-height: 36px;
    margin-bottom: 15px;
  }
  .badaboutus-description1, .badaboutus-description2, .badaboutus-description3 {
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.18px;
  }
}
@media (max-width: 991px) {
  .badaboutus-block-main {
    padding: 30px 15px;
    border-radius: 100px 0 100px 0;
  }
  .badaboutus-content br {
    display: none;
  }
  .badaboutus-block{
    padding-bottom: 30px;
  }
}
@media(max-width :767px){
  .badaboutus-block .badaboutus-title {
    font-size: 22px;
    line-height: 32px;
  }
}
@media (max-width: 575px) {
  .badaboutus-description1, .badaboutus-description2, .badaboutus-description3 {
    font-size: 14px;
  }
  .badaboutus-block-main{
    border-radius: 0;
    margin: 0 15px;
  }
  .badaboutus-block .badaboutus-title {
    font-size: 20px;
    line-height: 28px;
  }
}
