/**
 * 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)
 */
 #wdcmsservices {
    float: left;
    position: relative;
    text-align: left;
    width: 100%;
    padding: 70px 0 0;
}

.service_image {
    height: 45px;
    position: relative;
    width: 45px;
    padding: 0;
    float: left;
}
.service-cms-banner-list.service-1 .service_image {
    background-image: url(../img/service-1.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 41px;
}
.service-cms-banner-list.service-2 .service_image {
    background-image: url(../img/service-2.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 41px;

}
.service-cms-banner-list.service-3 .service_image {
    background-image: url(../img/service-3.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 37px;

}
.service-cms-banner-list.service-4 .service_image {
    background-image: url(../img/service-4.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 42px;

}

.service_content {
    float: left;
    text-align: left;
    position: relative;
    padding-left: 20px;
    cursor: pointer;
}

.service_title1 {
    letter-spacing: 0.4px;
    text-transform: capitalize;
    line-height: 22px;
    font-weight: 500;
    font-size: 16px;
    color: var(--global-palette3);
}
.service_title2 {
    letter-spacing: 0.4px;
    color: var(--global-palette6);
    margin-top: 5px;

}
.services.stickyscroll > .scroll-item {
    width: 25%;
    padding: 0;
}
@media (max-width: 1359px) {
    #wdcmsservices .services.stickyscroll {
        padding: 0px 0 10px;
    }
    #wdcmsservices{
        padding: 50px 0 0;
    }
    .services.stickyscroll > .scroll-item{
        width: 33.33%;
    }
}
@media (max-width: 1199px) {
    .service_image{        
       width: 50px;
    }
    .service_title2 {
        margin-top: 4px;
    }
    #wdcmsservices {
        padding: 40px 0 0;
    }
}
@media (max-width: 991px) {

    #wdcmsservices .services > div {
        width: 45%;
    }
}
@media (max-width: 767px) {
    #wdcmsservices {
        padding: 35px 0 0;
    }
    .service-cms-banner-list.service-2 .service_image,
    .service-cms-banner-list.service-1 .service_image,
    .service-cms-banner-list.service-3 .service_image{
        background-size: 37px;
    }
    .service_title1{
        line-height: 20px;
        font-size: 15px;
    }
    #wdcmsservices .services > div {
        width: 53%;
    }
    .service_content{
    padding-left: 15px;
    }
    .service_title2 {
        width: 90%;
    }
}
@media (max-width: 543px) {
    #wdcmsservices .services > div {
        width: 60%;
    }
    #wdcmsservices {
        padding: 30px 0 0;
    }
}
@media (max-width: 479px) {
    #wdcmsservices .services > div {
        width: 96%;
    }
    #wdcmsservices {
        padding: 25px 0 0;
    }
}