@media screen and (max-width: 1024px){
    .navbar-mobile {
        background: #fff;
        transition: unset;
    }
    .mobile-nav-toggle.bi-x {
        color: #000;
    }
} /* Close 1024px */
@media screen and (max-width: 992px){
    #hero h1 {
        font-size: 48px;
        line-height: 1;
    }
} /* Close 768px */
@media screen and (max-width: 768px){
    .post-images ul li div.item {
        height: 33rem;
        width: 100%;
        background-size: contain;
    }
    .posts-page-container h1 {
        font-size: 28px;
        font-weight: 600;
        margin: 0;
        width: 100%;
        line-height: 1.2;
    }
    .post-title-wrapper {
        flex-direction: column;
    }
    .post-title-wrapper h2 {
        font-size: 32px;
        font-weight: 600;
        color: #047f95;
    }
} /* Close 768px */
@media screen and (max-width: 480px){
    #hero {
        background: url(../img/banners/banner2.png) 65rem;
        position: relative;
    }
    #hero::after {
        content: " ";
        position: absolute;
        height: 100%;
        width: 100%;
        background: #1c2d51ed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 1;
    }
    #hero .container {
        position: relative;
        z-index: 2;
        text-align: center;
    }
    #hero h1 {
        font-size: 42px;
        line-height: 1;
        color: #fff;
    }
    #hero h2 {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 30px;
        color: #fff;
    }
    .post-images ul li div.item {
        height: 27rem;
    }
    .posts-page-container h1 {
        font-size: 24px;
    }
    .post-title-wrapper h2 {
        font-size: 26px;
        font-weight: 600;
        color: #047f95;
    }
    .post-details {
        flex-direction: column;
        width: 100%;
        align-items: flex-start;
        padding-bottom: 30px;
    }
    .nf-prod-link {
        width: 100%;
        text-align: center;
        margin-top: 20px;
    }
    .inner-page .container {
        box-shadow: unset !important;
    }
    .user-edit-buttons .btn {
        font-size: 12px;
    }
    .post-images button.owl-prev span,
    .post-images button.owl-next span {
        padding: 0px 7px 4px 7px;
        font-size: 18px;
    }
    .owl-dots {
        bottom: 20px;
    }
    .post-images .owl-theme .owl-dots .owl-dot.active span,
    .owl-theme .owl-dots .owl-dot:hover span {
        border: 1px solid #2d63b1;
        height: 8px;
        width: 8px;
    }
    .post-images .owl-dots .owl-dot span {
        width: 8px;
        height: 8px;
        border: 1px solid #fff;
        margin: 0 0px;
    }
    .page-content {
        padding: 20px;
        font-size: 14px;
    }
    .error-404-page svg {
        width: 100%;
        height: 25rem;
    }
    body.error-404-page .container h1 {
        font-size: 45px;
    }
    .about .video-box {
        min-height: 15rem;
    }
    #hero .container {
        padding: 10px !important;
        position: relative;
        top: 20px;
    }
    section#how-it-works .col-lg-4.col-md-6.d-flex.align-items-stretch {
        width: 100%;
        display: flex;
        flex-direction: column;
    }
} /* Close 480px */

@media screen and (max-width: 377px){
    .post-images ul li div.item {
        height: 24rem;
    }
} /* Close 377px */