/**
 * Copyright (C) 2017-2019 thirty bees
 * Copyright (C) 2007-2016 PrestaShop SA
 *
 * thirty bees is an extension to the PrestaShop software by PrestaShop SA.
 *
 * 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.md.
 * It is also available through the world-wide-web at this URL:
 * https://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@thirtybees.com so we can send you a copy immediately.
 *
 * @author    thirty bees <modules@thirtybees.com>
 * @author    PrestaShop SA <contact@prestashop.com>
 * @copyright 2017-2019 thirty bees
 * @copyright 2007-2016 PrestaShop SA
 * @license   Academic Free License (AFL 3.0)
 * PrestaShop is an internationally registered trademark of PrestaShop SA.
 */

/* BLOCK #blockaboutus_block */

#blockaboutus_block {
    margin: 40px 0 0 0;
    min-height:350px;
}

#blockaboutus_block .content_block {
    display: inline-block;
    margin-left: -15px;
    margin-right: -15px;
}

/* #blockaboutus_block .content_title {
    display: grid;
    height: 310px;
    justify-content: center;
    align-content: center;
    font-size: 2em;
    color:#fff;
    
} */


#blockaboutus_block .content_title {
    display: grid;
    justify-content: center;
    align-content: center;
    font-size: 2em;
    color: #393737;
    width: 100%;
    text-align: center;
    line-height: 1.5em;
}

/* #blockaboutus_block .content_desc {
    display: grid;
    height: 310px;
    background-repeat: no-repeat;
    background-size: cover;
    justify-content: center;
    align-content: center;
    color:#fff;
    font-size: 1.2em;
    line-height: 1.2;
    padding: 100px;
} */

#blockaboutus_block .content_desc {
    display: grid;
    height: 440px;
    background-repeat: no-repeat;
    background-size: initial;
    justify-content: center;
    background-position: center;
    background-size: 50%;
    align-content: center;
    color: #383232;
    font-size: 1.2em;
    line-height: 1.2;
    width: 100%;
}

@media screen and (max-width: 767px) {
    #blockaboutus_block .content_desc {
        padding: 20px;
    }
}