.footer-container {
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    margin: 10px auto;
    border: 6px solid red;
    border-radius: 10px;
    /* background-color: rgb(255,203,153); */
}

.footer-container p,a {
    text-align: center;
    font-size: 12px;
    color: #000d80;
    font-weight: 600;
    padding: 5px;
}

.Disclaimer-container {
    /* background-color: rgb(335, 51, 105); */
    border-bottom: 20px;
}

.footer-container h2 {
    text-align: center;
    font-size: large;
    margin: 0px auto;
    color: #000;
}

.whats_app_img {
    width: 50%;
}