#customdelivery {
    margin-top: 0 !important;
}
#customdelivery > .t-name.t-name_md {
    margin: 10px 0 !important;
}

div#addresses-wrapper {
    -ms-flex-pack: justify;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin: 0 !important;
}