.quote-display{width:90%;min-height:8vh;height:100%;display:flex;margin:0 auto;margin-top:20px;margin-bottom:20px}.qleft-arrow,.qright-arrow{display:flex;align-items:center;min-width:50px}.qleft-arrow img,.qright-arrow img{width:100%;max-width:50px}.qleft-arrow{margin-right:30px;cursor:pointer}.qright-arrow{margin-left:30px;justify-content:flex-end;cursor:pointer}.hidden{display:none}.quotes{width:90%;display:flex;justify-content:center}.quote{width:100%;opacity:0;transition:all 1s;line-height:inherit}.quote p{line-height:inherit}.quote.show{opacity:1}@media(max-width:1500px){.qleft-arrow,.qright-arrow{padding:10px}}@media(max-width:1000px){.quote{width:90%}.qleft-arrow,.qright-arrow{margin:0}}@media(max-width:768px){.quote{width:90%}}