.about-new {
    padding: 65px 0;
    position: relative;
    background: #ededed;
}

.about-new .obj-1-new {
    right: 0;
    top: 150px;
    transform: translateX(40%);
}

.about-new .title-new {
    margin: 0 0 40px 0;
}

.about-new .title-line {
    width: 100%;
    height: 4px;
    background: #ddd;
    position: relative;
    overflow: hidden;
    margin-bottom: 15px;
}

.about-new .title-line::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 15%;
    background: #FBB03B;
}

.about-new .title-text {
    font-size: 40px;
    font-weight: 600;
    text-transform: uppercase;
    color: #000;
    margin: 0;
}

.about-new .about-content-new {
    max-width: 1200px;
}

.about-new .about-text-new {
    font-size: 18px;
    line-height: 1.6;
}

.about-new .about-text-new p {
    margin-bottom: 20px;
}

.about-new .about-text-new p:last-child {
    margin-bottom: 0;
}

/* Адаптация */
@media (max-width: 768px) {
    .about-new {
        padding: 45px 0;
    }
    
    .about-new .title-line {
        height: 3px;
        margin-bottom: 10px;
    }
    
    .about-new .title-line::after {
        width: 25%;
    }
    
    .about-new .title-text {
        font-size: 28px;
    }
    
    .about-new .about-text-new {
        font-size: 16px;
    }
}