* {
  box-sizing: border-box;
}

html,
body {
  height: 100%;
  margin: 0;
  font-family: 'Inter', sans-serif;
}

.container {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 0rem 5rem 0rem 5rem;
  clear: both;
}

.heading {
  color: #eee;
  font-size: 5rem;
  text-transform: uppercase;
  text-align: center;
  min-height: 600px;
  font-weight: bold;
}
.handicon {width: auto;}


/* Mobile 320px (Portrait) style ----------------------------------------------- */

@media screen and (max-width: 767px) {

.heading{
    font-size: 2rem !important;
  }
  .container{
    padding: 0px 30px 0px 30px !important;
    height: 100px !important;
    margin-top: 395px;
  }

  h3.newtitle {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  iframe.frame{
    width: 100% !important;
    height: 360px !important;
    margin: 18px auto !important;
    display: block;
    padding: 10px 71px !important
  }

}