.wa-button {
    position: fixed;
    bottom: 13px;
    right: 65px;
    width: 50px;
    height: 50px;
    background-color: #1bbd36;
    color: white;
    border-radius: 50%;
    font-size: 24px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    text-decoration: none;
}

.next-button {
    display: inline-block;
    background-color: #1bbd36;
    color: white;
    padding: 0.5rem;
    border-radius: 5%;
    font-size: 12px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    text-decoration: none;
}

.brand-box {
    height: 261px !important;
}