.whats-container {
    position:fixed;
    bottom:3px;
    right:8px;
    z-index:9999;
}

.whats-container img {
    width:100px;
}

@media screen and (max-width:480px) {
    /* .container-grid-1 {
        margin-top:45px;
    } */
    .clearfix {
        overflow: auto;
        width:100%;
        display: flex;
        flex-direction: row;
        justify-content: left;
    }

    .whats-container {
        position:fixed;
        bottom:53px;
        left:-27px;
        z-index:9999;
    }
}