.foorter_section{
    border-top:1px solid var(--pink-color);
}
#whatsapp-button {
    position: fixed;
    bottom: 20px;
    right: 10px;
    z-index: 1000;
}

@media only screen and (max-width: 991px) {
    #whatsapp-button {
        position: fixed;
        bottom: 75px;
        right: 10px;
        z-index: 1000;
    }
  }