@media (max-width: 767.98px) {
    
    .header {
        background-color: #004527;
        height: 200px;
        width: 100%;
        position: relative;
    }
    
    .content__heading-2 span {
        display: block;
    }
    
    .table--custom {
        width: 100%;
    }

}

@media (min-width: 768px) {

    .header {
        background-color: #004527;
        height: 300px;
        width: 100%;
        position: relative;
    }
    
    .content__heading-2 span {
        display: inline-block;
    }
    
    .table--custom {
        width: 100%;
    }

}

@media (max-width: 991.98px) {
    
    .table--custom th, .table--custom td {
        padding: 5px;
    }
    
}

@media (min-width: 992px) {
    
    .table--custom th, .table--custom td {
        padding: 15px 10px;
    }
    
}

.hi {
    width: 100%;
    position: absolute;
    top: 55%;
    transform: translateY(-45%);
    z-index: 2;
}

.header__heading-1 {
    color: #dccf9c;
}

.content h2 {
    margin-bottom: 20px;
}

.content h2:after {
    display: none !important;
}

.content h3 {
    margin-bottom: 15px;
}

.gallery--padding, .content--padding {
    padding: 70px 15px;
}

.gallery__heading-2, .content h2 {
    color: #0e0301;
}

.gallery__heading-3, .content h3 {
    color: #0e0301;
}

.gallery p, .content p {
    font-size: 1.5rem;
    color: #5a5c5d;
}

.table--custom {
    margin-top: 40px;
    font-family: 'Mulish', sans-serif;
    font-optical-sizing: auto;
    font-size: 1.5rem;
    font-weight: 400;
    color: #5a5c5d;
    line-height: 2.4rem;
    border: none;
    border-collapse: collapse;
    table-layout: fixed;
    display: table;
}

.table--custom td {
    border: none;
    vertical-align: top;
    display: table-cell;
}

.table--custom td:first-child  {
    width: 150px;
}

.table--custom > thead > tr > th {
    border-bottom: none;
}

.table--custom p {
    margin: 5px 0;
    color: #5a5c5d;
    text-align: inherit !important;
}

.table--custom tr:nth-child(even) { background-color: transparent; }
.table--custom tr:nth-child(odd) { background-color: #f4faf7; }

.content p a, .content p a:focus, .content p a:hover {
    color: inherit;
    text-decoration: none;
}

.form {
    background-color: #f4faf7;
}

iframe {
    height: 300px;
    width: 100%;
    border: 0;
    display: block;
}

.hall__image-1 {
    margin-top: 40px;
    max-height: 63px;
    width: auto;
}

.hall__image-2 {
    height: auto;
    max-width: 100%;
}