.about {
    position: relative;
    padding: 100px 0;
}

.about .section_title {
    margin-bottom: 50px;
}

.about-subtitle {
    font-size: 18px;
    margin: 10px 0 30px;
    font-style: italic;
}

.about-images-box {
    position: relative;
    width: 100%;
    height: 100%;
}

.about-images-box img:nth-child(1) {
    position: absolute;
    top: 30%;
    left: 0;
    z-index: 2;
}

.about-images-box img:nth-child(2) {
    position: absolute;
    top: 0;
    left: 30%;
    z-index: 1;
}

.about-images-box img:nth-child(3) {
    z-index: 3;
    position: absolute;
    bottom: -20%;
    right: 40px;
    max-width: 80%;
}

.scrolled_text::-webkit-scrollbar {
    width: 3px;
    height: 3px;
}

.scrolled_text::-webkit-scrollbar-button {
    height: 0;
}

.scrolled_text::-webkit-scrollbar-track {
    background-color: #999;
}

.scrolled_text::-webkit-scrollbar-track-piece {
    background-color: #f2f5f7;
}

.scrolled_text::-webkit-scrollbar-thumb {
    height: 50px;
    background-color: var(--primary-color);
    border-radius: 0px;
    padding-left: 20px;
}

.about-image {
    border-bottom-left-radius: 200px;
    border-bottom-right-radius: 50px;
    overflow: hidden;
}

.about-image-bg {
    position: absolute;
    content: '';
    width: 1024px;
    height: 300px;
    bottom: -130px;
    left: -200px;
    background: #f2f5f7;
    z-index: -1;
    border-bottom-left-radius: 80px;
    border-top-left-radius: 80px;
}

.animated_text {
    position: absolute;
    bottom: -80px;
    left: -130px;
}

.animated_text svg {
    width: 100%;
}

.animated_text:before {
    position: absolute;
    content: '';
    top: 35%;
    left: 35%;
    width: 130px;
    height: 150px;
    background: url(https://js17.com.ua/wp-content/uploads/2025/09/logo-2.svg) !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    z-index: 999999;
}

text {
    position: relative;
    font-size: 29px;
    font-family: 'Nivea';
    text-transform: uppercase;
    letter-spacing: 20px;
    fill: #777876;
    background: #333;
}

@media(max-width: 768px) {
    .animated_text {
        bottom: -180px;
        left: -60px;
    }
}