.about-main {
    width: 100%;
    margin-bottom: 40px;
}
.about-main > h2 {
    text-align: center;
    font-size: 40px;
    font-weight: 700;
    color: var(--blue02);
    margin-bottom: 80px;
}
#p-spisok {
    padding: 0;
    
    margin: 0px auto;
}
#p-spisok:nth-child(2) {
    border-top: 1px solid #00003340;
}
.p-li {
    border-bottom: 1px solid #00003340;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.spisok-num {
    flex:  0 60px;
    text-align: center;
    font-size: 13px;
    color: var(--grey);
}
.spisok-info {
    color: var(--blue02);
    font-size: 18px;
    font-weight: 700;
}
@media (min-width:601px) {
    #p-spisok {
        width: 70%;
    }
}
@media(max-width:600px) {
    #p-spisok {
        width: 92%;
    }
}
@media(max-width:450px) {
    .spisok-info {
        text-align: end;
    }
}