section.brand_statement .logo{
  margin-bottom: 3em;
}
@media screen and (max-width: 520px){
  section.brand_statement .logo{
    max-width: 50vw;
    margin-inline: auto;
  }
}