.three-quotes h2{margin-bottom:40px}.three-quotes .tiles{display:flex;gap:5rem;justify-content:space-between}.three-quotes .tile,.three-quotes a{display:flex;flex-direction:column;gap:1rem;width:100%}.three-quotes .image-container{align-items:center;display:flex;min-height:85px}.three-quotes .tile img{height:auto;transition:.3s;width:155px}.three-quotes a:hover .tile img{transform:translateY(-5px)}.three-quotes .quote,.three-quotes a .quote{color:var(--color_black);font-size:20px;margin-bottom:0;transition:.3s}.three-quotes a:hover .quote,.three-quotes a:hover .source{color:var(--vermillion)}.three-quotes .source{color:var(--darkgray);font-size:14px;margin-bottom:0;transition:.3s}@media (max-width:500px){.three-quotes a:nth-child(n+2){display:none}}