.ma-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.ma-content-wrapper {
    text-align: center;
    width: 100%;
}

.ma-title {
    margin-top: 0;
    line-height: 1.2;
    font-weight: 700;
}

.ma-address-block {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.ma-address-line {
    line-height: 1.5;
}
