.centeredContent img {
    max-width: 100%;
    height: auto;
}

.filterDiv {
    background-color: rgb(244, 246, 249);
    border-radius: 10px;
}

.adaptiveImg {
    height: 500px;
}

@media only screen and (max-width: 576px) {
    h1 {
        font-size: 2rem !important
    }

    h2 {
        font-size: 1.75rem !important
    }

    h3 {
        font-size: 1.5rem !important
    }

    h4 {
        font-size: 1.25rem !important
    }

    h5 {
        font-size: 1.15rem !important
    }

    h6 {
        font-size: 1.05rem !important
    }

    .adaptiveImg {
        height: 200px;
    }
}

@media (max-width: 991px) {
    .order-mobile-last {
        -ms-flex-order: 13;
        order: 13
    }

    .mb-mobile-2 {
        margin-bottom: 1rem !important;
    }
}