.section {
  height: 70%;  
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.sub-section {
  height: 5%;
  margin-bottom: 5%;  
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}