@media(max-width: 991px){
    .logobar-box {
        justify-content: center;
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 10px;
    }
    .social-panel {
        align-items: center;
        text-align: center;
    }
    .logo-panel {
        flex-direction: column;
    }
    .website-title {
        margin-bottom: 10px;
    }
    .app-navbar {
        padding-block: 10px;
    }
    .app-website {
        text-transform: uppercase;
        padding-top: 10px;
    }
    .analysis-group {
        flex-wrap: wrap;
    }
    .carousel-caption {
        bottom: 40px;
    }
    .carousel-indicators {
        margin-bottom: 34px;
    }
    .carousel-caption h3, .carousel-caption p {
        margin-bottom: 0;
    }
    .history-group, .news-events-group, .info-group {
        flex-direction: column;
    }
    .nav-tabs.notice-tab {
        margin-left: 0;
        width: 100%;
        justify-content: center;
    }
    .info-group {
        gap: 40px;
    }
    .info-group .info-item {
        max-width: 100%;
        padding-block: 0;
    }
    .area-infobar {
        padding-block: 60px;
    }
    .info-group .info-item {
        order: 1;
    }
    .info-group .info-item.info-contact {
        order: 0;
        width: 100%;
        padding-bottom: 40px;
        top: -80px;
    }
    footer {
        background-size: cover;
    }
    .info-item:not(.info-contact) {
        text-align: center;
    }
    .info-item:not(.info-contact) .links a {
        text-decoration: underline;
    }
    .info-contact::after {
        box-shadow: 0 50px 115px var(--primary);
    }
    .cp {
        text-align: center;
    }
    .container-boxed {
        padding-inline: 20px;
    }
    .section-title {
        margin-bottom: 30px;
    }
    .section-title .title::after {
        font-size: 3rem;
    }
    .slick-list {
        width: 100%;
        margin-left: 0;
    }
    .wrraper {
        --sidebar-width: 100%;
        flex-direction: column;
        justify-content: flex-start;        
    }
    .app-asidebar {
        max-width: 100% !important;
    }
}

@media(max-width: 475px) {
    .profile-message div:has(.button), .history-caption div:has(.button) {
        text-align: center;
    }
    .container-boxed {
        padding-inline: 6px;
    }
    .area-banner {
        min-height: 100px;
        padding-top: 15px !important;
    }
    .wrraper, .banner-inline {
        padding-top: 15px;
    }
    .carousel-caption {
        display: none;
    }
    .history-profile .profile-caption {
        margin-top: -50px;
        display: flex;
        padding-inline: 0;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
    }
    .profile-caption .caption {
        padding-top: 10px;
    }
    .section-title .title::after {
        font-size: 2rem;
    }
}