h4 {
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 15px;
}

section {
    padding: 50px 200px;
}

#sec {
    padding: 50px 200px;
}

#map {
    width: 100%;
    margin-bottom: 20px;
}

table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    display: table;
}

.tbl-header {
    background-color: rgba(255, 255, 255, 0.3);
}

.tbl-content {
    margin-top: 0px;
    border: 1px solid rgba(255, 255, 255, 0.3);
}

th {
    padding: 20px 15px;
    text-align: left;
    color: #fff;
    text-transform: uppercase;
}

td {
    padding: 15px;
    text-align: left;
    vertical-align: middle;
    color: #fff;
    border-bottom: solid 1px rgba(255, 255, 255, 0.1);
}

body {
    background: linear-gradient(to right, rgba(0, 132, 133, 0.9), rgba(69, 186, 125, 0.9));
}

.outer-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.button-container {
    display: flex;
    justify-content: center;
}

.button {
    margin: 0 10px;
}