.footer-links{
      min-height: 220px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.footer-links:not(:last-child)::after{
    content:'';
    position:absolute;
    right:0;
    top:15%;
    height:70%;
    width:1px;
    background:#e5e5e5;
}

.address_text{
    max-width: 250px;
    margin: 0 auto;
    line-height: 32px;
    font-size: 15px;
    text-align: left;
    word-break: normal;
    overflow-wrap: normal;
}