

/**
* 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 no-repeat center center:
* 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
*/
.badcustomerservices-block {
    position: relative;
    margin-bottom: 80px;
}
.badcustomerservices-1,
.badcustomerservices-2{
    display: flex;
    justify-content:start;
    align-items: center;
}
.badcustomerservices-4,
.badcustomerservices-5{
    display: flex;
    justify-content: end;
    align-items: center;
}
.badcustomerservices-content-inner.badcustomerservices-1, 
.badcustomerservices-content-inner.badcustomerservices-4{
    margin-bottom: 40px;
}
.badcustomerservices-3 .badcustomerservices-content-image-wrapper .customerservices-main{
    width: 100%;
}
.badcustomerservices-content-image-wrapper {
    margin-bottom: 10px;
}
.badcustomerservices-content-image-wrapper .customerservices-main {
    width: 100px;
    padding-bottom: 0;
    height: auto;
    position: relative;
}
.badcustomerservices-content-inner .badcustomerservices-content-image-wrapper img{
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.badcustomerservices-content-title {
    font-size: 18px;
    padding-bottom: 5px;
    letter-spacing: 0px;
    line-height: 25px;
    color: #18181a;
    font-weight: 600;
}
.badcustomerservices-content-title:hover {
    color: var(--theme-custom-color);
}
.badcustomerservices-content-box .badcustomerservices-content-sub-title {
    font-size: 15px;
    letter-spacing: 0px;
    line-height: 27px;
    color: #696969;
    font-weight: 400;
}
@media(max-width: 1440px){
    .badcustomerservices-content-box .badcustomerservices-content-sub-title{
        font-size: 14px;
        line-height: 27px;
    }
}
.badcustomerservices-section{
    margin-top: 50px;
}
@media(max-width: 1200px){
    .badcustomerservices-section{
        margin-bottom: 30px;
    }
    .badcustomerservices-content-box .badcustomerservices-content-sub-title {
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        display: -webkit-box;
        overflow: hidden;
    }
}
@media(max-width: 1199px) {
    .badcustomerservices-content-title {
        font-size: 17px;
        line-height: 20px;
    }
    .badcustomerservices-block {
        margin-bottom: 50px;
    }
}
@media(max-width: 991px) {
   .badcustomerservices-block {
        margin-bottom: 30px;
    }
    .badcustomerservices-content-title{
        font-size: 16px;
        line-height: 18px;
    }
    .badcustomerservices-content-inner {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .badcustomerservices-content-inner.badcustomerservices-4, .badcustomerservices-content-inner.badcustomerservices-1 {
        margin-bottom: 25px;
    }
    .badcustomerservices-content-box .badcustomerservices-content-sub-title{
        line-height: 23px;
    }
    .badcustomerservices-content {
        justify-content: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        flex-wrap: wrap;
    }
    .badcustomerservices-section{
        margin-top: 30px;
    }
}
@media(max-width: 767px){
    .badcustomerservices-content-box .badcustomerservices-content-sub-title {
        padding-top: 0;
        padding-bottom: 0;
        width: 70%;
        margin: auto;
    }
    .badcustomerservices-section{
        margin-bottom: 0;
    }
    .badcustomerservices-content-block {
        margin: 10px 0;
    }
    .badcustomerservices-content-image-wrapper .customerservices-main{
        margin: auto;
        text-align: center;
    }
    .badcustomerservices-content-box {
        text-align: center;
    }
    .badcustomerservices-content-inner.badcustomerservices-2,
    .badcustomerservices-content-inner.badcustomerservices-4, .badcustomerservices-content-inner.badcustomerservices-1 {
        margin-bottom: 0;
    }
}
@media (max-width:480px){
    .badcustomerservices-content-inner {
        width: 100%;
        padding: 0;
    }
    .badcustomerservices-content-inner.badcustomerservices-1, 
    .badcustomerservices-content-inner.badcustomerservices-2,
    .badcustomerservices-content-inner.badcustomerservices-3{
        margin-bottom: 15px;
    }
    .badcustomerservices-section {
        margin-top: 20px;
    }
}
@media(max-width:360px){
    .badcustomerservices-content-box .badcustomerservices-content-sub-title{
        width: 100%;
    }
}