.whatsapp_cta {
    background: rgb(88, 173, 88);
    border: none;
    outline: none;
    font-family: "Public sans", "Roboto";
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 10px;
    width: 100%;
    border-radius: 4px;
    cursor: pointer;
}
.whatsapp_cta:hover {
    background: rgb(102, 199, 102);
}
.whatsapp_cta p:first-child {
    display: flex;
    align-items: center;
}
.whatsapp_cta img {
    width: 22px;
}
.whatsapp_cta p {
    margin: 4px 0px 4px 0px;
    font-size: 14px;
    font-weight: 600;
}
