.press_details_inner p {
    font-size: 16px;
    font-weight: 600;
    color: #00205b;
}
.press_quotes {
    position: relative;
}

.press_quotes {
    color: #000;
    font-style: italic;
    background: #f0f0f3;
    font-size: 18px;
    border-radius: 14px;
    padding: 35px;
}
.press_quotes p::before {
    display: inline-block;
    content: "";
    background: url(../images/quote_symbol.svg);
    width: 25px;
    height: 15px;
    background-size: contain;
    background-repeat: no-repeat;
}
.press_quotes p:after {
    display: inline-block;
    content: "";
    background: url(../images/quote_symbol.svg);
    width: 22px;
    height: 15px;
    background-size: contain;
    background-repeat: no-repeat;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    }