* {
    box-sizing: border-box;
}

.call-button {
    font-size: 36px !important;
    color: #1064A6;
    font-weight: 700;
}

.no-style-a {
    display: inline-block;
    font-weight: 600;
    color: white;
}

li {
    min-width: 0;
    flex: 1;
}
li svg {
    flex-shrink: 0;
}

ul {
    flex: 1;
    min-width: 0;
}

li span {
    flex: 1;
    min-width: 0;
    overflow-wrap: anywhere;
    word-break: break-word;
}
