@media only screen and (max-width: 767px){
  #expandInfo{
    margin-top: 400px;
  }
  .display-3 {
        font-size: 1.5rem;
    }
}
