* {
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}

body {
    font-family: "Inter", sans-serif;
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}



.customer_service_sec .m_title_sec {
    display: none;
}

.customer_service_sec {
    background: #007185;
    padding: 50px 0;
}
.customer_service {
    margin-top: 30px;
}
.customer_service_sec .title {
    font-weight: 400;
    font-size: 28px;
    line-height: 36px;
    color: #fff;
}

.customer_service_sec .des {
    color: #fff;
    font-size: 20px;
    margin: 12px 0;
    font-weight: 500;
}

.customer_service_sec .service_contain {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
    display: flex;
    height: 100%;
    padding: 16px 20px;
    align-items: center;
    text-decoration: none !important;
}
.customer_service_sec .service_contain .des {
    color: #000;
    font-size: 16px;
    margin: 0;
}

.customer_service_sec .service_contain .service_icon {
    width: 60px;
    flex: 0 0 60px;
    margin-right: 18px;
    
}

.customer_service_sec .service_contain .service_icon img {
    width: 100%;
}

@media only screen and (max-width: 1200px) {
    .customer_service_sec .service_contain .des {
        font-size: 14px;
    }
}
@media only screen and (max-width: 767px) {
    .customer_service_sec {
        background: #ffffff;
        padding: 50px 0;
    }
    .customer_service_sec .top_title_sec {
        display: none;
    }
    .customer_service_sec .m_title_sec {
        display: block;
    }
    .customer_service_sec .title {
        font-weight: 700;
        font-size: 24px;
        color: #000000;
    }
    .customer_service_sec  .des {
        font-size: 18px;
        margin: 12px 0;
        font-weight: 500;
    }
    .customer_service_sec .service_contain .des {
        font-size: 18px;
    }
    .customer_service_sec  .des {
        color: #111;
    }
}

@media only screen and (max-width: 767px) {
    .customer_service_sec .title {
        font-size: 22px;
    }
    .customer_service_sec  .des {
        font-size: 16px;
        margin: 0 0 10px;
    }
    .customer_service_sec .service_contain .des {
        font-size: 16px;
    }
    .customer_service_sec .service_contain .service_icon {
        width: 50px;
        flex: 0 0 50px;
    }
}