.wp-block-table {
    border-radius: 30px;
    padding: 30px;
    border: 1px solid #d7d7d7;
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
    width: calc(100% - 20px);
    position: relative;
    background-color: #fff;
    box-shadow: 0 25px 40px -15px rgb(0 0 0 / 0.15);
}

.wp-block-table table {
    margin-bottom: 0;
}

.wp-block-table td,
.wp-block-table th {
    border-color: #d7d7d7;
}

.wp-block-table thead {
    background-color: #222222;
}

.wp-block-table th {
    color: #fff;
}

.wp-block-quote,
.wp-block-pullquote {
    background-color: #fff;
    border: 1px solid #cccccc;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 30px;
    padding: 20px;
    margin: 40px 0;
    box-shadow: 0 25px 40px -15px rgb(0 0 0 / 0.15);
}

.section.content-section .container .main-c .wp-block-quote p {
    margin-bottom: 0;
    font-weight: 400;
}

.wp-block-pullquote {
    padding: 30px 40px 30px;
    backdrop-filter: blur(10px);
    /* background: linear-gradient(158deg, rgba(81, 81, 81, 0.20) 14.46%, rgba(81, 81, 81, 0.00) 98.91%); */
    background-color: #222;
    color: #fff;
    padding-bottom: 0;
    padding-right: 0;
    padding: 0;
}

.section.content-section .container .main-c .wp-block-pullquote blockquote p {
    padding: 15px;
    background-color: #FF173D;
    display: inline-block;
    color: #fff;
    font-weight: 500 !important;
    padding: 20px 40px;
    line-height: 1;
    border-bottom-left-radius: 20px;
    /* border-top-right-radius: 20px; */
    letter-spacing: 2px;
    flex: 0 0 auto;
    margin-bottom: 0;
}

.wp-block-pullquote blockquote {
    display: flex;
    flex-direction: column-reverse;
    flex-wrap: wrap;
    align-items: flex-end;
    padding-top: 30px;
    padding-left: 3em;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 30px;
}

.wp-block-pullquote:before {
    content: '';
    display: block;
    height: 100%;
    max-width: 300px;
    width: 25%;
    background-image: url(https://personnelservice.pl/wp-content/themes/pssa/assets/press-centre-sign.svg);
    position: absolute;
    left: 0;
    bottom: 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 100% 100%;
    opacity: 0.5;
    filter: grayscale(1) contrast(1.5);
}

.wp-block-pullquote cite {
    margin-bottom: 20px;
    padding-right: 4em;
    text-align: left;
    line-height: 1.4;
    font-weight: 300;
}

.wp-block-embedpress-embedpress .ep-embed-content-wraper {
    background-color: #fff;
}