Подскажите, что за методология используется в этом коде?
.l-layout
.b-content
section.b-section.b-section_company
.b-title.b-title_h1 О компании
.b-section_company__inner
.b-box
.b-company
.b-company__item.b-company__item-01
.b-title.b-title_h3 Как мы работаем:
p Компания CompanyName
/* b-section_company */
.b-section_company {
padding: 50px 0 0;
}
.b-section_company .b-title_h1 {
text-align: center;
margin: 0 0 15px;
}
.b-section_company__inner {
background: #fff;
}
/* b-section_reg */
.b-section_reg {
padding: 42px 0 43px;
background: #e7eaec;
}
.b-section_reg .b-title_h1 {
text-align: center;
margin: 0 0 27px;
}