.company-info__table {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #e5e5e5;
    font-size: 15px;
    line-height: 1.6;
    margin-top: 20px;
}

.company-info__row {
    text-align: left;
}

.company-info__row:not(:last-child) {
    border-bottom: 1px solid #e5e5e5;
}

.company-info__heading {
    width: 20%;
    min-width: 160px;
    padding: 15px;
    background-color: #f9f9f9;
    font-weight: bold;
    vertical-align: top;
}

.company-info__data {
    padding: 15px;
    vertical-align: top;
}

.company-info__list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.company-info__list--address .company-info__map {
    margin-top: 20px;
}

.company-info__list-item:not(:last-child) {
    margin-bottom: 10px;
}

.company-info__map {
    width: 100%;
    height: 300px;
    background-color: #eee;
}

.company-info__list--bullet {
    padding-left: 1.5em;
    list-style: disc;
}

.company-info__link {
    color: #0056b3;
    text-decoration: underline;
    transition: opacity 0.3s;
}

.company-info__link:hover {
    text-decoration: none;
    opacity: 0.7;
}