.quote{
    display: flex;
    justify-content: right;
}

.quote .quote__wrapper{
    margin-top: -75px;
    width: 625px;
    margin-bottom: 50px;
}

.quote__quote{
    background-color: #a5cbe7;
    padding: 55px 235px 55px 70px;
    border-radius: 160px 0 0 160px;
}

@media (max-width:767px) {

    .quote__quote{
        padding: 55px 20px;
        border-radius: unset;
    }

    .quote .quote__wrapper{
        margin-top: 0px;
    }
    
}