


.mainframe > .container > p {
    font-family: Inter;
    font-size: 25px;
    font-weight: 400;
    line-height: 38px;
    letter-spacing: 0.02em;
    text-align: left;
    width: 700px; 
}


.about_block {
    display: flex;
    justify-content: space-between;
    padding-top: 30px;
    padding-bottom: 60px;
}

h1, h2 {
    width: 370px;
}

.about_block_content {
    width: 700px;
}

.about_block_content > * {
    font-family: Inter;
    font-size: 20px;
    font-weight: 300;
    line-height: 30px;
    letter-spacing: 0.02em;
    text-align: left;
}

.menu_scroll {
    padding-bottom: 0;
}


.about_block_content2 {
    overflow: scroll;
}