

/* Start:/company/style.css?1765270317564*/
.about-company {
    display: flex;
    flex-direction: column;
    gap:100px;

    .block-width:has(&){
        padding-block: 100px;
    }

    & .button-1 {
        width: 166px;
    }

    &>div:first-child {
        gap: 16px;
    }

    &>div:last-child {
        min-width: 260px;
        max-width: 558px;

        position: relative;

        &>img {
            position: absolute;
            bottom: 0;
            right: -100%;
        }

    }

}

.about-company__button-panel {
    display: flex;
    gap: 12px;
}
/* End */
/* /company/style.css?1765270317564 */
