.owocni_quote {
    position: relative;
    /*         padding-top: 35vw; */
    margin: auto;
    margin-top: 10vw;
    width: 100vw;
}

.owocni_quote:nth-child(1) {

    margin-top: -0vw;

}

body .owocni_quote h4, .row .col .owocni_quote h4 {
    font-size: 3vw;
    text-align: center;
    line-height: 1.2 !important;
    color: var(--salient-primary-color);
    width: 80vw;
    height: 20vw;
    display: flex;
    justify-content: end;
    flex-direction: column;
}
 
.owocni_quote p {
    padding: 0!important;
    margin: 0!important;
    font-size: .8vw !important;
    line-height: 1.2 !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;

}

.owocni_quote h4:not(.bg) {
    opacity: 0.2;
}

.owocni_quote h4 {
    width: 80vw;
    line-height: 1.2;
    margin: auto !important;
}

.owocni_quote .bg {
    position: absolute;
    top: 0;
    right: 10vw;
}

.owocni_quote h4 .line {
    /* 	    padding: 0.6vw 0; */
    line-height: 1.2;

}

@media (max-width: 1000px) {
    .owocni_quote {
        width: 100%;
        margin: auto !important;
        transform: translateX(0);
    }


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

    .owocni_quote.right {

        margin-left: 0%;
    }

    body .owocni_quote h4, .row .col .owocni_quote h4 {
        width: 90vw;
        height: 30vw;
    }
    .owocni_quote .bg {
        right: 50%;
        transform: translateX(50%);
    }
}