@media screen and (max-width: 1023px) {
    .header-button.mobile {
        display: block;
        padding-left: 30px;
        position: absolute;
        bottom: 30px;
        height: auto;
    }
    .header-button.mobile .media-body {
        text-align: left;
    }
}

@media (max-width: 991px) {
    .sec-btn,
    .title-line {
        --section-title-space: 50px
    }
    .sub-title.h4 {
        font-size: 22px
    }
}

@media (max-width: 767px) {
    .btn-group {
        gap: 20px;
        display: flex;
        flex-direction: column;
    }
    .topcenter {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        margin-top: 30px;
    }
    .footer-widget{
        margin-bottom: 0;
    }
    .footer-wrapper .widget-area{
        padding-top: 40px;
    }
}

@media (max-width: 992px) {
    .outTeam {
        flex-direction: column;
        flex-wrap: wrap;
    }
    .team-img {
        order: -1;
    }
    .team-text {
        width: 100%;
        text-align: center;
    }
    .team-text h2 {
        font-size: 32px;
    }
}