.ngparaclicktochat { display: flex; flex-wrap: wrap; margin: 0 -10px; } .ngparaclicktochat-right { justify-content: flex-end; } .ngparaclicktochat-left { justify-content: flex-start; } .ngparaclicktochat-center { justify-content: center; } .ngparaclicktochat a { border-color: #e63946; border-width: 1px; border-style: solid; padding: 15px 20px 15px 20px; background: #e63946; font: bold 16px Montserrat,Verdana,Helvetica,sans-serif; color: #ffffff; letter-spacing: 3px; text-transform: uppercase; border-radius: 20px; display: flex; justify-content: center; align-items: center; cursor: pointer; -webkit-appearance: none; text-decoration: none; margin: 10px; } .ngparaclicktochat a:hover { border-color: #0d0d0d; background: #0d0d0d; font-weight: normal; font-style: normal; text-transform: uppercase; color: #ffffff; text-decoration: none; } .ngparaclicktochat a:focus { border-color: #3f888f; background: #3f888f; font-weight: normal; font-style: normal; text-transform: uppercase; color: #ffffff; outline: none; } .ngparaclicktochat a svg { display: block; width: 1.5em; height: 1.5em; margin-right: 0.75em; } 