@charset "UTF-8";

address{
    padding: 20px 0;
    .des{
        margin-bottom: 10px;
        white-space: normal;
        word-break: break-all;
        strong{
            margin-right: 10px;
        }
        &:last-child{
            margin-bottom: 0;
        }
    }
}
