.cd-service img {
    max-width: 100%;
}

.cd-service {
    padding: 80px 0;
    background: #fff;
    position: relative;
    overflow: hidden;
}

.cd-service-left-img {
    background-image: url(/assets/template/5ef1939cea7145f6db260c57740ba778/img/wc-left.jpg);
    background-size: 100%;
    background-position: top left;
    background-repeat: no-repeat;
    width: 405px;
    height: 450px;
    display: block;
    position: absolute;
    left: -10px;
    top: -170px;
}

.cd-service-right-img {
    background-image: url(/assets/template/5ef1939cea7145f6db260c57740ba778/img/wc-right.jpg);
    background-size: 100%;
    background-position: top left;
    background-repeat: no-repeat;
    width: 455px;
    height: 620px;
    display: block;
    position: absolute;
    right: 0px;
    top: -220px;
}

@media (max-width: 991px) {

    .cd-service-left-img,
    .cd-service-right-img {
        display: none;
    }
}


.cd-content {
    position: relative;
    z-index: 2;
}

.main-title {
    font-size: 30px;
    font-weight: 700;
    color: #000000;
    letter-spacing: 6px;
}


.main-title span {
    position: relative;
    display: inline-block;
}

.main-title span::before {
    content: '';
    display: block;
    background-image: url(/assets/template/5ef1939cea7145f6db260c57740ba778/img/title-icon.png);
    width: 47px;
    height: 47px;
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    left: -26px;
    top: -13px;
}

.subtitle {
    position: relative;
    color: #C0C0C0;
    font-size: 20px;
    margin-bottom: 2rem;
    font-weight: 300;
    letter-spacing: 1px;
}

.subtitle::before {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translate(-50%, 0);
    display: block;
    width: 100%;
    max-width: 360px;
    height: 1px;
    background-color: #B2B2B2;
}

.subtitle::after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translate(-50%, 0);
    display: block;
    width: 100%;
    max-width: 75px;
    height: 4px;
    background-color: #2778B6;
}

.highlight-text {
    color: #C75300;
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 2rem;
    letter-spacing: 5px;
}

.description {
    color: #676767;
    font-size: 18px;
    line-height: 1.8;
    max-width: 800px;
    margin: 0 auto;
    letter-spacing: 3px;
}

.features-section {
    padding: 80px 0;
}

.feature-card {
    margin-bottom: 2rem;
    border: none;
    transition: all 0.3s ease;
    position: relative;
}

.feature-number {
    position: relative;
    flex: 0 0 90px;
    margin-right: 2rem;
    padding-left: 2rem;
    margin-top: 12px;
}

.feature-number span {
    display: block;
    border: 1px solid #e8e8e8;
    padding: 13px 17px 13px 10px;
    font-weight: 200;
    color: #17629C;
    position: relative;
    transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
    font-size: 60px;
    font-style: italic;
    line-height: 1;
    letter-spacing: 1px;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.feature-number::before {
    content: '';
    position: absolute;
    right: -10px;
    top: -10px;
    background: repeating-linear-gradient(120deg, transparent, transparent 3px, #CCDEE9 5px, #CCDEE9 5px) #ffffff;
    display: block;
    width: 87px;
    height: 76px;
    z-index: 0;
}

.feature-title {
    font-size: 24px;
    font-weight: 600;
    color: #17629C;
    margin-bottom: 10px;
    letter-spacing: 3px;
}

.feature-description {
    color: #3E3E3E;
    line-height: 1.7;
    font-size: 17px;
    letter-spacing: 2px;
}

.feature-advantage {
    font-size: 15px;
    color: #4caf50;
    font-weight: 500;
    margin-top: 5px;
}

.feature-advantage::before {
    content: "✓";
    margin-right: 0.2rem;
}

.brand-watermark {
    width: 100%;
    height: 60px;
    overflow: hidden;
    pointer-events: none;
}

.marquee-text {
    animation: marquee 20s linear infinite;
}

@keyframes marquee {
    0% {
        transform: translateX(100%);
    }

    100% {
        transform: translateX(-100%);
    }
}

/* */
.brand-watermark:hover .marquee-text {
    animation-play-state: paused;
}

@media (max-width: 768px) {
    .main-title {
        font-size: 25px;
    }

    .highlight-text {
        font-size: 23px;
    }

    .features-section {
        padding: 80px 0 0;
    }

    .feature-card {
        padding: 0;
    }

    .feature-number {
        padding-left: 0;
        flex: 0 0 70px;
    }

    .feature-number::before {
        width: 67px;
        height: 56px;
    }

    .feature-number span {
        font-size: 40px;
    }

    .feature-title {
        font-size: 23px;
    }

    .feature-description {
        font-size: 16px;
    }
}