.customer-service-modal .modal_parent{
    padding: 20px;
}

.customer-service-modal .modal_message  {
    margin-bottom: 15px;
}

.customer-service-modal .modal_message p {
    font-size: 18px;
    line-height: 24px;
}

.customer-service-modal .modal_image {
    display: flex;
    justify-content: center;
}

.customer-service-modal .modal_image img {
    width: 200px;
    height: auto;
}

@media screen and (max-width:768px) {

    .customer-service-modal .modal_message p {
        font-size: 14px;
        line-height: 20px;
    }
    .customer-service-modal .modal_image img {
        width: 150px;
    }
}
/* .customer-service-modal */