@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&display=swap');h1,h2,h3,h4,h5{font-size:clamp(20px,1.5vw,40px);font-family:quicksand,sans-serif}.container-small{max-width:850px;margin:0 auto}blockquote.d-review.box{box-shadow:8px 8px 0 var(--theme-color)!important}blockquote.d-review.box .d-review-stars{color:var(--theme-color)}#reviews-logos img:hover{cursor:pointer;animation:iconHover 650ms ease-in-out infinite alternate}@keyframes iconHover{0%{transform:translateY(0)}100%{transform:translateY(-5px);filter:drop-shadow(0 4px 5px rgba(0 0 0/75%))}}