footer {
    position: relative;
    /* float: inline-end; */
    bottom: 0;
    margin-top: auto;
    color: aliceblue;
    clear: both;
    box-sizing: border-box;
    text-align: center;
    padding: 25px;
    background-color: #454545;
    overflow: hidden;
}

.footer-container {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
}

.columns {
    width: 30%;
    text-align: left;
}

.columns > p {
    width: 30%;
    text-align: left;
}

.divider {
    position: relative; /* changed*/
    left: 30.5%;
    top: 6%;
    bottom: 25%;
    border-left: 2px solid #333;
    overflow: hidden;
}

div.r {
    position: absolute; /* added */
    height: 100%; /* added */
    width: 100%; /* added */
}

.partner_title {
    padding: 5%;
}

.service_column {
    font-size: 15px;
    width: 30%;
    text-align: center;
    background-color: rgba(35, 121, 117, 0.537);
    border-radius: 20px;
    padding: 2%;
}

.service_column > p {
    text-align: left;
}

.service_column:hover {
    transition: 0.8s;
    background-color: rgba(53, 165, 160, 0.537);
}

.logo_container img {
    border-radius: 50px;
}

@media only screen and (max-width: 500px) {
    footer{
        padding: 15px;
    }

    .footer--voice--sms{
        margin-top: -5px !important;
    }

    .columns {
        width: 100%;
        margin-right: 0;
        text-align: left;
    }

    h5 {
        text-align: center;
    }

    .service_column {
        display: flex;
        flex-wrap: wrap;
        font-size: 9px;
        width: 45%;
        margin-right: 10px;
        margin-top: 20px;
        margin-bottom: 20px;
        padding: 10px;
    }

    .footer--icon{
        display: none !important;
    }

    .footer--contact{
        margin: 20px;
        border: 1px solid rgb(121, 120, 120);
        padding: 20px;
        width: 100%;
    }

    .footer--titles{
        text-align: center;
    }

    .footer--moreInfo strong{
        text-transform: uppercase;
    }
}
