﻿.t-breadcrumb {
    padding: 1.5rem 0.75rem;
    align-items: center;
    font-size: 0.8rem;
}

    .t-breadcrumb a, .t-breadcrumb p {
        margin: 0;
    }

    .t-breadcrumb svg {
        width: 20px;
        margin: 0 10px;
    }

@media (max-width: 1630px) {
    img.header-image {
        display: none;
    }

    .header-body-holder {
        position: relative;
        padding-top: 50px;
        top: 0px !important;
    }

        .header-body-holder h1 {
            font-size: 30pt !important;
        }

            .header-body-holder h1 span {
                font-size: 30pt !important;
            }
}

.container-footer {
    width: 100%;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 30px;
    background-color: #001435;
    min-height: 300px;
}

.header-footer-body {
    display: flex;
    flex-direction: column;
    max-width: 1440px;
    width: 100%;
    padding-right: var(--bs-gutter-x,.75rem);
    padding-left: var(--bs-gutter-x,.75rem);
    margin-right: auto;
    margin-left: auto;
    padding-top: 20px;
}

@media (max-width: 1229px) {
    img.footer-image {
        display: none;
    }

    .container-footer h1 {
        font-size: 30pt !important;
    }

        .container-footer h1 span {
            font-size: 30pt !important;
        }
}