.section-title {
    font-size: 36px;
    font-weight: 400;
    line-height: 36px;
    letter-spacing: 0;
    color: #fff;
    text-transform: capitalize;
    margin-bottom: 20px;
    font-family: 'Kaushan Script', cursive;
    text-align: center;
}

.section-title-area p {
    margin: 20px auto 0px;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0;
    color: #fff;
    text-align: center;
}

.section-dividers {
    text-align: center;
}

table th {
    border-bottom: 1px solid rgba(255, 255, 255, 255.08);
    border-right: 1px solid rgba(255, 255, 255, 255.08);
    color: #fff;
    font-weight: 700;
    padding: 10px;
    text-align: left;
    text-transform: uppercase;
    vertical-align: middle;
}

table td {
    border-bottom: 1px solid rgba(255, 255, 255, 255.08);
    border-right: 1px solid rgba(255, 255, 255, 255.08);
    padding: 10px;
    vertical-align: top;
    color: #fff;
}

table {
    border: 1px solid rgba(255, 255, 255, 255.08);
    margin-bottom: 20px;
    vertical-align: top;
    width: 100%;
    color: #fff;
}

a {
    color: #fff;
    text-decoration: none;
}

p {
    color: #fff;
    text-decoration: none;
}

a:hover {
    color: #D32D0B;
    text-decoration: none;
}
