* { 
    margin: 0; padding: 0; 
}

body { 
    background: #322684; 
    font-family: sans-serif, Arial, sans-serif; 
    font-size: 14px; color: #fff; 
    text-align: left; 
}

#container { 
    width: 100%; 
    background: #fff; 
    text-align: center; 
    padding: 70px 0; 
}

a.logo { 
    width: 330px; 
    height: 130px; 
    display: block; 
    background: url('../images/logo.svg') no-repeat; 
    background-size: contain; 
    margin: 0 auto; 
    text-indent: -9999px; 
}

#wrapper { 
    width: 320px; 
    margin: 0 auto; 
    padding-top: 25px; 
    display: flex; 
    justify-content: center;
    flex-wrap: wrap;
}

address, .online {     
    font-style: normal;
    min-width: 160px;
    line-height: 25px;
    float: left; 
}

.phone { 
    padding-left: 25px; 
    background: url('../images/phone.svg') no-repeat; 
    background-size: contain; 
    width: 20px; 
    height: 20px; 
    line-height: 25px; 
}

.online { 
    margin-left: 40px;  
}

a { 
    color: #fff; 
    text-decoration: none; 
}

.col-8 {
    display: flex;
    justify-content: center;
}