@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@100;300;500;700&display=swap);@import url(https://use.typekit.net/qsh8umy.css);.quotes-featured h2{font-size:22px;margin:0 0 1.5rem;line-height:1.3}.quotes-featured .grid{display:grid;grid-template-columns:1fr 1fr 1fr;grid-gap:30px}.quotes-featured .grid .item{position:relative;padding:100px 50px 120px;background:#f0f0f0}.quotes-featured .grid .item img{position:absolute;right:1.5rem;top:1.5rem;width:50px}.quotes-featured .grid .item .author{position:absolute;left:50px;bottom:50px;color:#000}.quotes-featured .grid .item.orange{background:#ff5100}.quotes-featured .grid .item.orange .quote{color:#fff}@media only screen and (max-width:768px){.quotes-featured .grid{grid-template-columns:1fr}.quotes-featured .grid .item{padding:50px 30px 30px}.quotes-featured .grid .item .author{position:relative;left:0;bottom:0;margin-top:30px}}