.mt-16 {
margin-top: 16px;
}
.mb-16 {
margin-bottom: 16px;
}
.wrapper-title h1 {
text-align: center;
}
@media (max-width: 960px){
.header__logo {
max-width: 220px;
flex: 1;
min-width: 0;
}
}