@media (max-width: 768px) {

  html, body {
    height: 100%;
  }

  body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
  }

  #main {
    flex: 1 0 auto;
  }

  #footer {
    margin-top: auto;
  }

}

.home_frame {
  background:#fff!important;
}

.home_frame h2 {
  text-align:center;
  font-size:20px;
  font-weight:bold;
  color:#ff0000;
}

.home_frame p {
  text-align: center;
  line-height: 1.8;
}
