.table-box {
    background-color: #FFFFFF;
    border-radius: 8px;
    box-shadow:
        -11px 12px 9px 0 rgba(0, 0, 0, 0.02),
        -5px 5px 7px 0 rgba(0, 0, 0, 0.04);
    overflow: hidden;
}

.table-box h3 {
    padding: 25px 20px 15px 20px;
    font-family: Montserrat, serif;
    font-weight: 600;
    font-size: 18px;
    color: #000000;
    margin: 0;
}

.info-table {
    width: 100%;
    border-collapse: collapse;
    border: none;
}

.info-table tr {
    border-bottom: 1px solid rgba(200, 200, 200, 1);
}
.info-table tr:last-child {
    border-bottom: none;
}

.info-table td {
    padding: 20px;
    vertical-align: top;
    border: none;
}

.info-table td:first-child {
    font-family: Montserrat, serif;
    font-size: 16px;
    font-weight: bold;
    color: #363636;
    width: 170px;
    white-space: nowrap;
}

.info-table td:last-child {
    font-family: Montserrat, serif;
    font-size: 16px;
    font-weight: normal;
    color: #363636;
    text-align: left;
}

.info-table a[href^="mailto:"] {
    font-family: Montserrat, serif;
    font-size: 16px;
    font-weight: bold;
    color: rgba(71, 99, 115, 1);
    text-decoration: none;
}

@media (max-width: 768px) {
    .table-box h3 {
        padding: 20px;
    }

    .info-table td {
        display: block;
        width: 100%;
        box-sizing: border-box;
    }

    .info-table td:first-child {
        width: auto;
        white-space: normal;
        padding: 20px 20px 5px 20px;
    }

    .info-table td:last-child {
        padding: 5px 20px 20px 20px;
    }
}
