#index .sec1 .text-content {
    width: 1200px;

}

#intro .sec2 .bg {
    background-image: url(/sourse/intro-object-e.png) !important;

}


body #index .sec1 .text-content {
    width: 65%;

}


#business .main-section .text-content {

    & p {

        font-size: 20px;

    }
}

body #intro .sec4 .tabs .tab_btn {
    flex-direction: column;
}

#business .sec1 #panels-container .panel {

    & h2 {
        font-size: 70px;
    }

    & p {
        font-size: clamp(16px, 3vw, 30px);
        white-space: normal;
    }

}


#business #panels .panel-text {
    margin: 0 auto;

}