.project-txt:before {
    content: '';
    display: block;
    position: absolute;
    top: 45%;
    left: 35%;
    transform: translate(-50%, -50%);
    width: 70%;
    height: 100%;
    z-index: 0;
    background-image: url(/wp-content/uploads/2025/12/bg-project.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.project-txt .title-page {
    line-height: 1.3;
    
    @media only screen and (max-width: 768px) {
        font-size: 34px;
        line-height: 1.5;
        text-align: center;
    }
}

.project-txt .text-mb-center {
    @media only screen and (max-width: 768px) {
        text-align: center !important;
    }
}


