.setle-quote-module{align-items:center;background-color:transparent;display:flex;justify-content:center;padding:3rem 2rem;width:100%}.setle-quote-content{max-width:800px;position:relative;text-align:left}.quote-text{animation:slideInLeft .8s forwards;animation-delay:.2s;border-left:5px solid #00acbf;color:#005274;font-size:1.6rem;font-weight:500;line-height:1.5;margin-bottom:1rem}.quote-author,.quote-text{font-family:Quicksand,sans-serif;opacity:0;padding-left:1.5rem;transform:translateX(-50px)}.quote-author{animation:slideInLeft .8s forwards;animation-delay:.5s;color:#00acbf;font-size:1.2rem;font-weight:600}@keyframes slideInLeft{to{opacity:1;transform:translateX(0)}}@media (max-width:768px){.quote-text{font-size:1.3rem}.quote-author{font-size:1rem}}