.about-header-inner h1 {
    display: flex;
    flex-direction: column;
    margin-top: 0;
}

.block-header-about {
    padding: 12rem 0 8rem 0;
}

/* Desktop small */
@media only screen and (max-width: 1100px) {
  
}

/* Tablet */
@media only screen and (max-width: 700px) {
  
}


/* Iphone */
@media only screen and (max-width: 450px) {
  
}