.quotesSection {
    position: relative;
    margin-top: 4.5vw;
    margin-bottom: 9.38vw;
}

.quotes.container {
    display: flex;
    flex-direction: column;
    gap: 6.60vw;
    width: 94%;
    margin: 0 auto;
}

.flex_container_one,
.flex_container_two {
    display: flex;
    flex-direction: row;
    gap: 3.38vw;
}

.quotes_item {
    width: 29.54vw;
}

.quotes_text {
    font-size: 2.40vw;
    text-align: center;
}

.quotes_logo {
    margin: 0 auto;
    margin-top: 2.60vw;
}

.quotes_logo.variety {
    width: 8.13vw;
}

.quotes_logo.la {
    width: 19.01vw;
}

.quotes_logo.spin {
    width: 6.30vw;
}


.quotes_logo.pitchfork {
    width: 10.63vw;
}

.quotes_logo.hollywoodreporter {
    width: 11.93vw;
}

.flex_container_three {
    display: flex;
    justify-content: center;
}

.quotes_logo.vulture {
    width: 8.13vw;
}

@media only screen and (max-width:1024px) and (orientation: portrait) {
    .quotesSection {
        margin-top: 13.62vw;
        margin-bottom: 17.60vw;
    }

    .quotes.container {
        gap: 14.93vw;
    }

    .flex_container_one,
    .flex_container_two {
        display: flex;
        flex-direction: column;
        gap: 14.93vw;
    }

    .quotes_item {
        width: 100%;
    }

    .quotes_text {
        font-size: 7.8vw;
    }

    .quotes_logo.variety {
        width: 29.43vw;
    }

    .quotes_logo {
        margin-top: 6.96vw;
    }

    .quotes_logo.la {
        width: 59.47vw;
    }

    .quotes_logo.spin {
        width: 24.80vw;
    }

    .quotes_logo.pitchfork {
        width: 36.27vw;
    }

    .quotes_logo.hollywoodreporter {
        width: 38.57vw;
    }

    .quotes_logo.vulture {
        width: 36.27vw;
    }
}