.aside {
    position: fixed;
    bottom: 15px;
    right: 15px;
    cursor: pointer;
    z-index: 99999999;
}

.aside1 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row-reverse;
}

.aside1p {
    padding: 0px 16px;
    line-height: 1.6;
    font-size: 15px;
    background-color: var(--primaryColor);
    color: var(--white);
    border-radius: 10px;
    margin: 0 10px;
    order: 0;
}

.aside-icon {
    background-color: var(--whatsappColor);
    padding: 7px;
    border-radius: 15px;
    font-size: 40px;
    color: var(--white); 
  }
