@media only screen and (min-width: 600px) {
    .heading_main{
        position: absolute;
        top: 30%;
    }
    .content_self{
        width: 60%;
    }
  }
