/*
Custom Css
*/
.logo-header-image {
    height: 68px;
    width: auto;
}


.logo-footer-image {
    height: 53px;
    width: auto;
}

/* Styles for hyphen alignment */
.hyphen-aligned-list {
    list-style-type: none;
    padding-left: 0;
}

.hyphen-aligned-list li {
    margin-bottom: 8px;
    display: flex;
    align-items: center;
}

.hyphen-aligned-list li .left-text {
    width: 250px; /* Fixed width for text before hyphen */
    text-align: left;
    padding-right: 10px;
}

.hyphen-aligned-list li .hyphen {
    min-width: 10px; /* Fixed width for hyphen */
    text-align: center;
}

.hyphen-aligned-list li .right-text {
    flex: 1; /* Remaining space for text after hyphen */
}
