.service-support .title h1 {
    font-size: 3rem;
    color: #006dc3;
}

.service-support .title p {
    font-size: 2.375rem;
    color: #000;
}

.service-support .feature-card {
    margin: 40px 20px 100px 20px;
    border-radius: 0;
    border:1px solid #e5e5e5;
}

.service-support .feature-card p {
    font-size: 1.125rem;
    color: #333333;
}

.slogan {
    height: 720px;
    background: url(/image/service-support.webp) no-repeat center center;
}

.slogan h3 {
    color: #006dc3;
    font-size: 3rem;
    font-weight: bold;
    margin-bottom: 50px;
}

.slogan p {
    /* color: #fff; */
    font-size: 1.875rem;
    padding: 0 100px;
}

@media (max-width: 768px) {
    .slogan {
        height: 500px;
    }

    .slogan h3 {
        font-size: 2rem;
    }

    .slogan p {
        font-size: 1.5rem;
        padding: 0 20px;
    }
    
}