


.service-content {
    text-align: center;
    padding: 60px 5%;
    max-width: 1280px;
    margin: 0 auto;
}

.service-content h2 {
    font-size: 2.5rem;
    font-weight: bold;
    color: #000;
    margin-bottom: 15px;
}

.service-content h1 {
    color: #0F68C9;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1.1px;
}

.service-content p {
    text-align: center;
    color: #8D8D8D;
    font-size: 21px;
    font-weight: 300;
    line-height: 1.7em;
    margin-left: auto;
    margin-right: auto;
}

.service-content blockquote {
    font-size: 1.3rem;
    font-weight: bold;
    color: #0056b3;
    margin-top: 20px;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.service-block {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    padding: 0;
    width: 100%;
}

.service-block-img {
    overflow: hidden;
    width: 50%;
}

.service-block-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.service-block-text {
    flex: 1;
    background-color: #0066cb;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 190px;
}

#bloc2 {
    background-color: #DEDDDE;
}

#bloc2 h3 {
    color: #29588b;
}

#bloc2 h4 {
    color: #000000;
}

#bloc2 p {
    color: #8a919a;
}

.service-block-text h3 {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    color: #cce5ff;
    margin-bottom: 10px;
}

.service-article-blockE-text h1 {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    color: #0167AC;
    margin-bottom: 20px;
    margin-top: 20px;
}

.service-article-blockE-text {
    padding: 100px 190px 100px 190px;

    flex: 1;
    width: 600px;
    background-color: #DEDDDE;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.service-article-blockE-text h3 {
    margin-bottom: 20px;
}

.service-block-text h4 {
    font-size: 40px;
    font-weight: 600;
    letter-spacing: 1.2px;
    color: #ffffff;
    margin-bottom: 15px;
}

.service-block-text p {
    font-size: 20px;
    color: #fff;
    line-height: 1.6;
    margin-bottom: 20px;
}

.service-block.reverse {
    background-color: #8D8D8D;
}

.service-block-text .btn-b1 {
    width: 140px;
    height: 33px;
    font-size: 13px;
    text-transform: uppercase;
    color: #fff;
    border-radius: 30px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.service-block-text .btn-b1:hover {
    background-color: #fff;
    color: #0056b3;
}

.btn-b1 {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-top: 20px;
    padding: 12px 12px;
    font-size: 1rem;
    font-weight: bold;
    text-transform: uppercase;
    color: #ffffff;
    border: none;
    border-radius: 30px;
    text-decoration: none;
    transition: all 0.3s ease;
    background-color: black;
    cursor: pointer;
}

.btn-b1::before {
    content: "→";
    font-size: 1.2rem;
    color: #ffffff;
    transition: color 0.3s ease;
}

.btn-b1:hover {
    background-color: #ffffff;
    color: #000000;
}

.btn-b1:hover::before {
    color: #000000;
}

.btn-b2 {
    width: 140px;
    height: 33px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-top: 20px;
    padding: 12px 25px;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    color: #ffffff;
    border: none;
    border-radius: 30px;
    text-decoration: none;
    transition: all 0.3s ease;
    background-color: #0166cc;
    cursor: pointer;
}

.btn-b2::before {
    content: "→";
    font-size: 13px;
    color: #ffffff;
    transition: color 0.3s ease;
}

.btn-b2:hover {
    background-color: #ffffff;
    color: #000000;
}

.btn-b2:hover::before {
    color: #000000;
}




@media (max-width: 1200px) {
    .service-block-text {
        padding: 100px;
    }
}

@media (max-width: 992px) {
    .service-block {
        flex-direction: column;
    }

    .service-block.reverse {
        flex-direction: column-reverse;
    }

    .service-block-img,
    .service-block-text {
        width: 100%;
    }

    .service-block-text {
        padding: 60px 40px;
    }

    .template-header-content h1 {
        font-size: 40px;
        margin: 20px;
    }
}

@media (max-width: 768px) {
    .service-block-text {
        padding: 40px 20px;
    }

    .template-header-content h1 {
        font-size: 28px;
    }

    .service-content h2 {
        font-size: 24px;
    }

    .service-content p {
        font-size: 18px;
    }

    .btn-b1,
    .btn-b2 {
        width: 35%;
        justify-content: center;
        padding: 12px 15px;
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .service-block-text h4 {
        font-size: 24px;
    }

    .service-block-text p {
        font-size: 16px;
    }

    .service-content blockquote {
        font-size: 1rem;
    }

    .service-content h1 {
        font-size: 14px;
    }

    .service-content h2 {
        font-size: 20px;
    }

    .template-header-content h1 {
        font-size: 22px;
    }
}

@media (max-width: 1024px) {


    .template-header-content h1 {
        font-size: 40px;
    }

    .service-content h2 {
        font-size: 2rem;
    }

    .service-content p {
        font-size: 18px;
    }
}

@media (max-width: 768px) {

    .service-article-blockE-text h3 {
        font-size: 28px;
    }

    .service-article-blockE-text p {
        font-size: 16px;
    }

    .btn-b1,
    .btn-b2,
    .btn-bE {
        justify-content: center;
        font-size: 14px;
        padding: 10px 20px;
    }

    .mapChina-location {
        transform: scale(0.8);
    }

    .mapChina-location {
        display: none !important;
    }

    .service-article-blockE-text {
        padding: 30px 20px;
    }

    .service-article-blockE-text h1 {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .service-article-blockE-text h3 {
        font-size: 22px;
        margin-bottom: 15px;
    }

    .service-article-blockE-text p {
        font-size: 15px;
    }

    .btn-bE {
        width: 100%;
        font-size: 14px;
        padding: 10px 20px;
    }

    #mapContainer {
        margin: 0;
        padding: 0 10px;
        max-width: 100%;
    }

    .service-content {
        margin-bottom: 0;
    }

    .service-article-blockE-text {
        margin-top: 0;
    }
}

@media (max-width: 480px) {
    .template-header-content h1 {
        font-size: 28px;
    }

    .service-content h2 {
        font-size: 20px;
    }

    .service-content p {
        font-size: 14px;
    }

    .service-article-blockE-text h3 {
        font-size: 20px;
    }

    .service-article-blockE-text p {
        font-size: 14px;
    }

    .btn-b1,
    .btn-b2,
    .btn-bE {
        font-size: 12px;
        padding: 8px 15px;
    }

    .card-locatio {
        width: 220px;
        font-size: 13px;
    }

    .mapChina-location {
        transform: scale(0.6);
    }
}