.chat-container{color:var(--black-color);display:flex;flex-direction:column;justify-content:center;padding:2em 0}.chat-container svg{margin:auto}.chat-container h4{font-size:4rem;font-weight:700;line-height:104%;margin:.5em;text-align:center}.chat-container .chat-info{margin:auto;max-width:560px;text-align:center}.chat-container .pink-button{display:table;margin:2em auto auto}#Chat #Dots path{animation:chat 5s infinite;animation-timing-function:ease-in-out}#Chat #Dots #BlueDot{animation-delay:.5s}#Chat #Dots #PinkDot{animation-delay:1s}#Chat #Dots_2 #PinkDot_2{animation:chat 5s infinite;animation-delay:2s;animation-timing-function:ease-in-out}#Chat #Dots_2 #BlueDot_2{animation:chat 5s infinite;animation-delay:2.5s;animation-timing-function:ease-in-out}#Chat #Dots_2 #GreenDot_2{animation:chat 5s infinite;animation-delay:3s;animation-timing-function:ease-in-out}@keyframes chat{0%,to{transform:translateY(0)}10%{transform:translateY(-5%)}40%{transform:translateY(3%)}60%{transform:translateY(-1%)}}@media (max-width:700px){.chat-container svg{width:55%}.chat-container h4{font-size:3rem;font-size:2rem}}