.owocni_quote{

    position:relative;
    margin-top: 10vw;


    margin-left:10vw;
    width:85vw;
}
.owocni_quote:nth-child(1){

    margin-top: -0vw;

}
body .owocni_quote h4, .row .col .owocni_quote h4{
    font-size: 3vw;
    text-align:center;
    font-family: "Times New Roman", Times, serif!important;;
    line-height: 1!important;
    color:var(--salient-primary-color);
    width: fit-content!important;
}
.owocni_quote p{
    font-size: .8vw!important;
    line-height: 1!important;
    margin-top: 1.2vw;
}

.owocni_quote .inline-block{
    display:inline-block;
}
.owocni_quote .body{
    display: flex;
    align-items: center;
    justify-content: center;
    gap:.5vw;
}

.owocni_quote .body svg{
    height: 20px;
    width:  20px;
    opacity:0.7;

}
@media(max-width:1000px){
    .owocni_quote{
        width: 100%;

        margin-top: 15vw;
        padding-left: 10vw!important;
        transform: translateX(0);
    }



    .owocni_quote p{
        font-size: 3.5vw!important;
        margin-top: 2vw;
    }
    .owocni_quote.right{

        margin-left: 0%;
    }
}