.whatsapp-button:hover{background-color:#128c7e}@keyframes myAnim{0%,50%,to{opacity:1}25%,75%{opacity:0}}.message{position:absolute;left:-238px;background-color:#66d448;padding:10px;border-radius:10px;color:#fff;font-size:14px;width:220%;animation:myAnim 20s ease 0s infinite normal forwards;cursor:default}@media (max-width:768px){.message{left:-238px;width:260%}}section{position:relative;width:100%}h2{font-size:40px}h2,h3{font-weight:600;margin-bottom:10px;color:#007288;text-align:left}h3{font-size:30px}p,span{font-size:20px;text-align:justify;font-weight:400;color:#585858}.loader{width:20px;height:20px;border-radius:50%;display:flex;border-top:3px solid #fff;border-right:3px solid transparent;box-sizing:border-box;animation:rotation 1s linear infinite}@keyframes rotation{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}