@media screen and (max-width: 500px) {
  .middle_text h2{
    font-size: 30px;
    top: 10px;
  }
  .home_text h2 {
    font-size: 30px;
  }
}
