.user-service-card {
    background-color: #fff;
    padding: 10px;
    border-radius: 8px;
    margin-bottom: 15px;
    cursor: pointer;

    .card-img {
        width: 130px;
        height:  130px;
        flex: 0 0 94px;
        overflow: hidden;
        margin-right: 11px;

        img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            border-radius: 12px;
        }
    }

}

.modal-card-img {
    height: 253px;
    width: 100%;
    overflow: hidden !important;
    border-radius: 10px;

    img {
        width: 100%;
        overflow: hidden !important;
        object-fit: cover !important;
        border-radius: 10px;
    }

}
.ant-modal-title {
    font-size: 27px !important;
}

.ant-modal-body {
    padding: 30px 0 !important;
}