.footer {
    margin-top: 6rem;
    width: 100%;
    padding: 3rem;
    padding-top: 5rem;
}

.footer_content {
    width: 100%;
    justify-content: space-around;
    margin-bottom: 4rem;
    flex-wrap: wrap;
}

.footer_bottom {
    width: 100%;
    
}

.footer_bottom > * {
    margin: 0.25rem;
}

.footer_section {
    line-height: 2rem;
    min-width: 10rem;
    margin-bottom: 3rem;
}

.footer_section > a{
    color: white;
    cursor: pointer;
}