.blue{
color: blue
}
.h4, .h5{
text-align: center;
}
.h4{
font-size: 50px;
}
.h5{
font-size: 40px;
}
<section class="section4">
<h4 class="h4">Заголовок секции 4</h4>
</section>
<section class="section5">
<h4 class="h4 section5__h4">Заголовок секции 5</h4>
</section>
.section4{....}
.section5{....}
.section5__h4{
text-align:center
}
.h4{
font-size: 20px
}