﻿.footer-page-container {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    margin-top: 15vw;
    margin-bottom: 10vw;

}

.footer-page-bg{
    width: 80%;
    height: 100%;
    background-color: white;
    box-shadow: 9px 10px 9px 4px;
    padding: 4vw;
}