/* Styles for tables */
.table-element {
    justify-content: center;
    padding: 0.5rem;
    flex-direction: column;
}

    .table-element p {
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        line-height: 24px;
        margin: 0rem !important;
        word-break: break-all;
    }

.table-light {
    background: #E7E7E7;
    color: #002239;
    border-bottom: 2px solid white;
    border-right: 5px solid white;
}

.table-title p {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    color: #002239;
}

.table-title h4 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    color: #002239;
}

.table-blue {
    background: #002239;
    text-align: center;
    justify-content: center;
    color: white;
    border-bottom: 2px solid white;
    border-right: 5px solid white;
}

.note-table {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
}

.banner-more-high {
    height: 60vh !important;
    background-position: top;
}

@media (max-width: 481px) {
    .table-element {
        padding: 0.5rem 0.5rem 0.5rem 1rem;
    }

    .gap-table {
        margin: 2rem 0rem;
        padding:1rem;
    }

    .banner-more-high {
        height: 20vh !important;
        background-position: top;
    }

}

@media (min-width: 482px) and (max-width: 980px) {
    .gap-table {
        padding: 2rem;
        margin: 2rem 0rem;
    }

    .banner-more-high {
        height: 30vh !important;
        background-position: top;
    }
}

@media (min-width:961px) {
    .gap-table {
        align-self: center;
    }

    
}
