.footer-section {
    border-top: solid 1px rgb(223, 222, 222);
    background-color: rgb(255, 255, 255);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin-top: 40px;

}

.footer-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
