.box-section {
  flex-direction: column;
}

.box {
  width: 30rem;
  height: 20rem;  
}

.box h3 {
  font-size: 2.3rem;
}

.box p {
  font-size: 1.8rem;
}