/**
 * 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)
 */
 #basecmsservices {
    clear: both;
}
#basecmsservices .services {
    padding: 80px 0;
    border-bottom: var(--border);
}
.service_image {
    height: 42px;
    flex-shrink: 0;
    position: relative;
    width: 42px;
    padding: 0;
    float: left;
    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;
}
.service-cms-banner-list.service-1 .service_image {
    background-image:  url(../img/service-1.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 60px;
    height: 80px;
    position: relative;
    padding: 0;
    float: left;
}
.service-cms-banner-list.service-2 .service_image {
    background-image:  url(../img/service-2.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 60px;
    height: 80px;
    position: relative;
    padding: 0;
    float: left;
}
.service-cms-banner-list.service-3 .service_image {
    background-image: url(../img/service-3.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 60px;
    height: 80px;
    position: relative;
    padding: 0;
    float: left;

}
.service-cms-banner-list.service-4 .service_image {
    background-image: url(../img/service-4.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 60px;
    height: 80px;
    position: relative;
    padding: 0;
    float: left;

}
/* #basecmsservices .services .service-cms-banner-list:hover .service_image {
    transform: scale(1.1);
    background-color: var(--global-palette3);
} */
.service_content {
    float: left;
    text-align: left;
    position: relative;
    padding-left: 15px;
    cursor: pointer;
}

.service_title1 {
    padding: 0 0 8px;
    line-height: 20px;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.2px;
    color: var(--global-palette3);
}
.service_title2 {
    color: var(--global-palette4);
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.2px;
}
.services.stickyscroll > .scroll-item:last-child {
    border: none;
}
.services.stickyscroll > .scroll-item {
    width: 25%;
}
@media (max-width: 1359px) and (min-width: 1200px){
}
@media (max-width: 1359px) {
    #basecmsservices .services {
        padding: 70px 0;
    }
    .service_content{
        padding-left: 15px;
    }
}
@media (max-width: 1199px) {
    #basecmsservices .services {
        padding: 60px 0;
    }
    .services.stickyscroll > .scroll-item {
        width: 29%;
    }
    .service_image{        
       width: 50px;
    }
    .service_title2 {
        font-size: 13px;
        line-height: 20px;
    }
}
@media (max-width: 991px) {
    #basecmsservices .services {
        padding: 10px 0 20px;
        margin: 0 0 50px;
    }
    #basecmsservices .services > div {
        width: 40%;
    }
}
@media (max-width: 767px) {
    #basecmsservices .services {
        padding: 0px 0 10px;
        margin: 0 0 40px;
    }
    #basecmsservices .services > div {
        width: 45%;
        padding: 0;
    }
    .service_title1{
        line-height: 20px;
        font-size: 15px;
    }
    #basecmsservices .services > div {
        width: 50%;
    }
    .service_content{
    padding-left: 10px;
    }
    .service_title2 {
        width: 100%;
        font-size: 13px;
        line-height: 18px;
    }
}
@media (max-width: 543px) {
    #basecmsservices .service-cms-banner-list .service_image {
        width: 40px;
        height: 40px;
        -webkit-mask-size: 35px;
    }
    .service_title1 {
        line-height: 20px;
        font-size: 16px;
        padding: 0 0 5px;
    }
    .service_title2 {
        width: 100%;
        font-size: 14px;
        line-height: 18px;
    }
    #basecmsservices .services > div {
        width: 56%;
    }
    .service_content {
        padding-left: 10px;
    }
}

@media (max-width: 479px) {
    #basecmsservices .services > div {
        width: 90%;
    }
    .service_content {
        padding-left: 7px;
    }
    #basecmsservices .services.stickyscroll {
        padding: 0 0 10px;
        margin: 0 0 30px;
    }
    .service-cms-banner-list.service-2 .service_image, .service-cms-banner-list.service-1 .service_image, .service-cms-banner-list.service-3 .service_image {
        -webkit-mask-size: 30px;
        width: 45px;
        height: 45px;
    }
    .service_title1 {
        line-height: 20px;
        font-size: 14px;
    }
    .service_title2{
        letter-spacing: 0;
    }
}