footer {
    clear: both;
    width: 100%;
    bottom: 0;
    background-color: #ebebeb;
    border-top: 1px solid #D6D6D6;
    padding: 1rem 2.5rem;
}

footer p {
    font-size: 1.5rem;
    display: inline-block;
    width: 50%;
    margin: 0;
}

footer p:first-child {
    float: left;
}

footer p:last-child {
    float: right;
}