.quotes{position:fixed;width:100%;height:100%;background-color:var(--bgTheme);color:var(--colorTheme);display:flex;justify-content:center;align-items:center}.quotes-banner{position:absolute;width:100%;height:100%}.quotes-infos{display:flex;flex-direction:column;justify-content:center;align-items:center;width:800px}.quotes-infos-quote{text-align:center;font-size:25px;font-weight:400;letter-spacing:1px;line-height:65px;margin:unset;padding:unset;position:relative}@media screen and (max-width:500px){.quotes-infos-quote{font-size:20px;line-height:35px}}@media screen and (max-width:400px){.quotes-infos-quote{font-size:18px}}.quotes-infos-author{font-size:12px;font-weight:300;letter-spacing:.5px;position:relative;margin:unset;padding:unset;margin-top:80px;text-transform:capitalize}.quotes-infos-author:before{position:absolute;left:-60px;top:10px;width:50px;content:"";height:1px;background-color:gray}.quotes-infos-author:after{position:absolute;right:-59px;top:10px;width:50px;content:"";height:1px;background-color:gray}.quotes-action{position:absolute;bottom:10px}
