@media (min-width : 1024px) {
  header {
    margin-bottom: 20px;
  }
}
.landing__paragraph {
  min-height: 150px !important;
}
.flex-centred {
  display: flex;
  justify-content: center
}